mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/RuinsOfAhnQiraj): Ossirian reset (#12548)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user