Fix brackets from #894
This commit is contained in:
parent
3b307ecb05
commit
8481eec5be
1 changed files with 2 additions and 0 deletions
|
|
@ -420,8 +420,10 @@ public:
|
|||
target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true);
|
||||
|
||||
if (target)
|
||||
{
|
||||
DoCast(target, SPELL_AMPLIFY_DAMAGE);
|
||||
AmplifyDamageTimer = urand(20000, 30000);
|
||||
}
|
||||
}
|
||||
else
|
||||
AmplifyDamageTimer -= diff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue