diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 4f658bb1c08..ce5a70fb851 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1033,7 +1033,7 @@ void Spell::DoAllEffectOnTarget(TargetInfo *target) else if(m_customAttr & SPELL_ATTR_CU_AURA_CC) { if(!unit->IsStandState()) - unit->SetStandState(PLAYER_STATE_NONE); + unit->SetStandState(UNIT_STAND_STATE_STAND); } } } |