diff options
-rw-r--r-- | src/game/Unit.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 57181aa3f77..cff6e0ac853 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13378,7 +13378,8 @@ void Unit::SetStunned(bool apply) // Creature specific if(GetTypeId() != TYPEID_PLAYER) ((Creature*)this)->StopMoving(); - //else + else + SetStandState(UNIT_STAND_STATE_STAND); // SetUnitMovementFlags(0); //Clear movement flags WorldPacket data(SMSG_FORCE_MOVE_ROOT, 8); |