Sartharion should despawn all adds updon death.
This commit is contained in:
parent
dd300003e2
commit
e0b8b58cca
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue