Core: Fix build

This commit is contained in:
Vincent_Michael
2013-02-03 01:12:07 +01:00
parent 847cafc121
commit 0f53f69e52
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public:
if (BerserkerChargeTimer <= diff)
{
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0);)
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0))
DoCast(target, SPELL_BERSERKER_CHARGE);
BerserkerChargeTimer = 25000;
} else BerserkerChargeTimer -= diff;