mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
chore(Script/Misc): Cleanup some JustDied hooks (#9669)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user