mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -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