mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
Fix brackets from #894
This commit is contained in:
@@ -420,8 +420,10 @@ public:
|
|||||||
target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true);
|
target = SelectTarget(SELECT_TARGET_RANDOM, 1, 100, true);
|
||||||
|
|
||||||
if (target)
|
if (target)
|
||||||
|
{
|
||||||
DoCast(target, SPELL_AMPLIFY_DAMAGE);
|
DoCast(target, SPELL_AMPLIFY_DAMAGE);
|
||||||
AmplifyDamageTimer = urand(20000, 30000);
|
AmplifyDamageTimer = urand(20000, 30000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
AmplifyDamageTimer -= diff;
|
AmplifyDamageTimer -= diff;
|
||||||
|
|||||||
Reference in New Issue
Block a user