aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-04-27 01:13:08 +0200
committerModoX <moardox@gmail.com>2024-04-27 01:13:08 +0200
commit072e6ff9cc0c21b1b90ab5abd291187a1681a618 (patch)
tree558c80d00a2a341f86f2e7693b49c7996963ee0e /src
parentb5ce4a66df0c76583c662056e46619c8fe98f297 (diff)
Scripts/AzureVault: Fixed setting done boss state for Telash Greywing
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/DragonIsles/AzureVault/boss_telash_greywing.cpp2
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