mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Scripts/RuinsOfAhnQiraj): Ossirian reset (#12548)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|0x80000000 WHERE `entry` = 15339;
|
||||
@@ -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