mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
Applied coding style.
This commit is contained in:
parent
e454cb693d
commit
a57bf5a78b
5 changed files with 7 additions and 6 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue