Scripts/HoO: removed a redudant summons.DespawnAll() call from Ionar's script

(cherry picked from commit 9dcb602138)
This commit is contained in:
Ovahlord
2022-09-23 10:36:22 +02:00
committed by Shauren
parent ffa0894199
commit 8743c509e6

View File

@@ -89,7 +89,6 @@ struct boss_ionar : public BossAI
void Reset() override
{
BossAI::Reset();
summons.DespawnAll();
Initialize();