mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
AI/SmartAI: Properly forward to inherited CreatureAI::JustAppeared in SmartAI::JustAppeared. Fixes #23491.
(cherry picked from commit 854a113fc7)
This commit is contained in:
@@ -528,6 +528,9 @@ void SmartAI::InitializeAI()
|
||||
|
||||
void SmartAI::JustAppeared()
|
||||
{
|
||||
CreatureAI::JustAppeared();
|
||||
|
||||
|
||||
if (me->isDead())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user