mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 05:11:36 -08:00
fix(Scripts/VoA): Toravon Orbs bug (#6082)
Toravon The Ice Watchter in Archavon when dead the Orbs not despawn
This commit is contained in:
parent
e9ea3624d0
commit
fb8cfe394a
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ public:
|
|||
pInstance->SetData(EVENT_TORAVON, DONE);
|
||||
pInstance->DoRemoveAurasDueToSpellOnPlayers(SPELL_WHITEOUT);
|
||||
}
|
||||
summons.DespawnAll();
|
||||
}
|
||||
|
||||
void JustSummoned(Creature* cr) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue