mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Ulduar: fixed hodir kill credit
Closes #15303
(cherry picked from commit 30fc4f9f63)
This commit is contained in:
@@ -396,11 +396,11 @@ class boss_hodir : public CreatureScript
|
||||
me->SetControlled(true, UNIT_STATE_STUNNED);
|
||||
me->CombatStop(true);
|
||||
|
||||
DoCastAOE(SPELL_KILL_CREDIT); /// need to be cast before changing boss faction
|
||||
/// spell will target enemies only
|
||||
me->setFaction(35);
|
||||
me->DespawnOrUnsummon(10000);
|
||||
|
||||
DoCastAOE(SPELL_KILL_CREDIT);
|
||||
|
||||
_JustDied();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user