fix(Scripts/VoA): Toravon Orbs bug (#6082)

Toravon The Ice Watchter in Archavon when dead the Orbs not despawn
This commit is contained in:
francovilla 2021-06-02 04:56:37 -07:00 committed by GitHub
parent e9ea3624d0
commit fb8cfe394a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@ public:
pInstance->SetData(EVENT_TORAVON, DONE);
pInstance->DoRemoveAurasDueToSpellOnPlayers(SPELL_WHITEOUT);
}
summons.DespawnAll();
}
void JustSummoned(Creature* cr) override