diff --git a/src/server/game/AI/SmartScripts/SmartAI.cpp b/src/server/game/AI/SmartScripts/SmartAI.cpp index fef2159e623..0c71d7c00c3 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.cpp +++ b/src/server/game/AI/SmartScripts/SmartAI.cpp @@ -528,6 +528,9 @@ void SmartAI::InitializeAI() void SmartAI::JustAppeared() { + CreatureAI::JustAppeared(); + + if (me->isDead()) return;