diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp b/src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp index 1e9c8a72e0a..987ea9f564f 100644 --- a/src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp +++ b/src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp @@ -126,8 +126,8 @@ struct boss_telash_greywing : public BossAI void JustDied(Unit* /*killer*/) override { + _JustDied(); Talk(SAY_DEATH); - summons.DespawnAll(); } void MovementInform(uint32 /*type*/, uint32 id) override |