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
|
||||
*/
|
||||
|
||||
@@ -361,7 +361,7 @@ public:
|
||||
void JustDied(Unit* /*pKiller*/)
|
||||
{
|
||||
RespawnDragons(true);
|
||||
summons.DespawnEntry(NPC_FLAME_TSUNAMI);
|
||||
summons.DespawnAll();
|
||||
Talk(SAY_SARTHARION_DEATH);
|
||||
|
||||
if (pInstance)
|
||||
|
||||
Reference in New Issue
Block a user