aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-31 14:41:36 -0600
committermegamage <none@none>2009-01-31 14:41:36 -0600
commit4074b481f0a95bec47d8ce9ed275acf46ff95a8e (patch)
treec78273cbaf2fffef0ce54a9d0c1ccefb8871ce70 /src/game/Spell.cpp
parentd20eaef1d6c7b8d629347b51583cbcf954ff96ed (diff)
*Update to Mangos 7206.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
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);
}
}
}