mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(Core/Raid/Boss Script): Naxxramas boss loatheb kill event (#2098)
This commit is contained in:
@@ -103,8 +103,9 @@ public:
|
||||
events.ScheduleEvent(EVENT_SPELL_BERSERK, 720000);
|
||||
}
|
||||
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
void JustDied(Unit* killer) override
|
||||
{
|
||||
BossAI::JustDied(killer);
|
||||
if (pInstance)
|
||||
pInstance->SetData(BOSS_LOATHEB, DONE);
|
||||
summons.DespawnAll();
|
||||
|
||||
Reference in New Issue
Block a user