fix(Scripts/RuinsOfAhnQiraj): Ossirian reset (#12548)
This commit is contained in:
parent
ce487f2afd
commit
07c043552a
2 changed files with 7 additions and 0 deletions
|
|
@ -168,6 +168,11 @@ struct boss_ossirian : public BossAI
|
|||
{
|
||||
crystal->Use(me);
|
||||
}
|
||||
|
||||
std::list<Creature*> vortexes;
|
||||
me->GetCreaturesWithEntryInRange(vortexes, 200.f, NPC_SAND_VORTEX);
|
||||
for (Creature* vortex : vortexes)
|
||||
vortex->DespawnOrUnsummon();
|
||||
}
|
||||
|
||||
void SpawnNextCrystal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue