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

@@ -295,9 +295,9 @@ public:
Talk(SAY_DEATH);
}
void EnterCombat(Unit* who) override
void JustEngagedWith(Unit* who) override
{
BossAI::EnterCombat(who);
BossAI::JustEngagedWith(who);
if (movementPhase == MOVE_PHASE_NONE)
{
Talk(SAY_AGGRO);