fix(CORE/Raid): Obsidian Sancturn - Tenebron (#1726)

* Removed the whelpings that were spawned as soon as the portal opens.
This commit is contained in:
Pondaveia
2019-04-23 13:03:39 +01:00
committed by Poszer
parent 22d4cae1f1
commit b81c157628

View File

@@ -759,11 +759,6 @@ public:
summons.Summon(cr);
cr->SetPhaseMask(16, true);
}
if ((cr = me->SummonCreature(NPC_TWILIGHT_WHELP, EggsPos[isSartharion ? i+6 : i].GetPositionX(), EggsPos[isSartharion ? i+6 : i].GetPositionY(), EggsPos[isSartharion ? i+6 : i].GetPositionZ(), EggsPos[isSartharion ? i+6 : i].GetOrientation(), TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 60000)))
{
summons.Summon(cr);
cr->SetPhaseMask(16, true);
}
}
events.ScheduleEvent(EVENT_MINIBOSS_HATCH_EGGS, 25000);
@@ -1378,4 +1373,4 @@ void AddSC_boss_sartharion()
new npc_twilight_summon();
new spell_sartharion_lava_strike();
}
}