fix(Core/SAI): Force SMC creatures to resume chasing victims once in… (#22581)

This commit is contained in:
Andrew
2025-08-12 14:31:08 -03:00
committed by GitHub
parent 743b6e7cd9
commit 5369aec3c9
4 changed files with 21 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ SmartAI::SmartAI(Creature* c) : CreatureAI(c)
mcanSpawn = true;
_chaseOnInterrupt = false;
// Xinef: Vehicle conditions
m_ConditionsTimer = 0;
if (me->GetVehicleKit())