aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChipsi <chipsipower.anthoria@gmail.com>2012-07-28 23:19:45 +0200
committerChipsi <chipsipower.anthoria@gmail.com>2012-07-28 23:19:45 +0200
commita7ca7db413d215549e7fa3dc4234a63714cc34d1 (patch)
tree7a5fbf76fef9e4e9d935cee28933818cdc644406
parent41f0923f1bc7563bfb176721df367a38499f5c4b (diff)
Fix a typo
-rwxr-xr-xsrc/server/game/Spells/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index f936ae4172c..3aa5396a096 100755
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -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