chore(Script/Misc): Cleanup some JustDied hooks (#9669)

This commit is contained in:
Kitzunu
2021-12-18 12:26:43 +01:00
committed by GitHub
parent 2b79a9ffcf
commit de49c3bead
8 changed files with 13 additions and 13 deletions

View File

@@ -196,9 +196,9 @@ public:
}
}
void JustDied(Unit* who) override
void JustDied(Unit* killer) override
{
BossAI::JustDied(who);
BossAI::JustDied(killer);
}
void EnterCombat(Unit* who) override