Sartharion should despawn all adds updon death.

This commit is contained in:
talamortis
2018-03-14 19:56:36 +00:00
parent dd300003e2
commit e0b8b58cca

View File

@@ -1,4 +1,4 @@
/*
/*
* Originally written by Xinef - Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
@@ -361,7 +361,7 @@ public:
void JustDied(Unit* /*pKiller*/)
{
RespawnDragons(true);
summons.DespawnEntry(NPC_FLAME_TSUNAMI);
summons.DespawnAll();
Talk(SAY_SARTHARION_DEATH);
if (pInstance)