diff --git a/source/WorldServer/Spawn.cpp b/source/WorldServer/Spawn.cpp index 03d3c80..1ef749a 100644 --- a/source/WorldServer/Spawn.cpp +++ b/source/WorldServer/Spawn.cpp @@ -3852,7 +3852,7 @@ void Spawn::FaceTarget(Spawn* target, bool disable_action_state){ ((NPC*)this)->StartRunback(); ((NPC*)this)->PauseMovement(30000); } - SetTempActionState(0); + //SetTempActionState(0); } } }