mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
AI/SmartAI: Properly forward to inherited CreatureAI::JustAppeared in SmartAI::JustAppeared. Fixes #23491.
This commit is contained in:
@@ -526,6 +526,9 @@ void SmartAI::InitializeAI()
|
||||
|
||||
void SmartAI::JustAppeared()
|
||||
{
|
||||
CreatureAI::JustAppeared();
|
||||
|
||||
|
||||
if (me->isDead())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user