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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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