Fix a typo

This commit is contained in:
Chipsi
2012-07-28 23:19:45 +02:00
parent 41f0923f1b
commit a7ca7db413

View File

@@ -5205,7 +5205,7 @@ void Spell::EffectKnockBack(SpellEffIndex effIndex)
return;
// Spells with SPELL_EFFECT_KNOCK_BACK(like Thunderstorm) can't knoback target if target has ROOT/STUN
if (unitTarget->HasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNNED))
if (unitTarget->HasUnitState(UNIT_STATE_ROOT | UNIT_STATE_STUNNED))
return;
// Typhoon