mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/PitOfSaron: Remove Forgemaster Garfrost's Blade buff before applying Mace buff.
This commit is contained in:
@@ -157,7 +157,10 @@ class boss_garfrost : public CreatureScript
|
||||
if (events.GetPhaseMask() & PHASE_TWO_MASK)
|
||||
DoCast(me, SPELL_FORGE_BLADE);
|
||||
if (events.GetPhaseMask() & PHASE_THREE_MASK)
|
||||
{
|
||||
me->RemoveAurasDueToSpell(SPELL_FORGE_BLADE);
|
||||
DoCast(me, SPELL_FORGE_MACE);
|
||||
}
|
||||
events.ScheduleEvent(EVENT_RESUME_ATTACK, 5000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user