1
0

Update Spawn.cpp

This commit is contained in:
Emagi 2025-04-26 08:41:29 -04:00
parent 4009838f9d
commit e82f2c5eb7

View File

@ -3852,7 +3852,7 @@ void Spawn::FaceTarget(Spawn* target, bool disable_action_state){
((NPC*)this)->StartRunback(); ((NPC*)this)->StartRunback();
((NPC*)this)->PauseMovement(30000); ((NPC*)this)->PauseMovement(30000);
} }
//SetTempActionState(0); SetTempActionState(0);
} }
} }
} }