Applied coding style.

This commit is contained in:
tomrus88 2009-05-29 19:23:28 +04:00
parent e454cb693d
commit a57bf5a78b
5 changed files with 7 additions and 6 deletions

View file

@ -3414,7 +3414,7 @@ void Aura::HandleAuraModStun(bool apply, bool Real)
if(m_target->GetTypeId() != TYPEID_PLAYER)
((Creature*)m_target)->StopMoving();
else
((Player*)m_target)->m_movementInfo.flags = 0; // Clear movement flags
((Player*)m_target)->m_movementInfo.flags = 0; // Clear movement flags
WorldPacket data(SMSG_FORCE_MOVE_ROOT, 8);
data.append(m_target->GetPackGUID());