mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Sartharion should despawn all adds updon death.
This commit is contained in:
@@ -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
|
* 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*/)
|
void JustDied(Unit* /*pKiller*/)
|
||||||
{
|
{
|
||||||
RespawnDragons(true);
|
RespawnDragons(true);
|
||||||
summons.DespawnEntry(NPC_FLAME_TSUNAMI);
|
summons.DespawnAll();
|
||||||
Talk(SAY_SARTHARION_DEATH);
|
Talk(SAY_SARTHARION_DEATH);
|
||||||
|
|
||||||
if (pInstance)
|
if (pInstance)
|
||||||
|
|||||||
Reference in New Issue
Block a user