Fix brackets from #894

This commit is contained in:
Nefertumm
2018-06-08 23:05:10 -03:00
committed by GitHub
parent 3b307ecb05
commit 8481eec5be

View File

@@ -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;