Update to be compatible with latest AC

This commit is contained in:
郑佩茹
2023-02-17 12:40:50 -07:00
parent 49fb289aef
commit 67645e49ca
20 changed files with 42 additions and 42 deletions

View File

@@ -164,9 +164,9 @@ public:
ScriptedAI::EnterEvadeMode(why);
}
void EnterCombat(Unit* who) override
void JustEngagedWith(Unit* who) override
{
BossAI::EnterCombat(who);
BossAI::JustEngagedWith(who);
Talk(SAY_AGGRO);
StartGroundPhase();
if (pInstance)