aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-30 21:11:29 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 00:08:43 +0100
commite57967aa3f5b9553a41a0cee86fdd3be508807a8 (patch)
treef432e0560fc1e4de0dfd103666e5d58003232b43 /src
parent40b744a229a6bea6709814ed186711ddb7abb0ab (diff)
DB/Creature: Plagued Dragonflayer Tribesman & Plagued Dragonflayer Rune-Caster & Plagued Dragonflayer Handler
Closes #24122 (cherry picked from commit c86d4404c8ae1961e15f36b294d505f067a272e9)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/zone_howling_fjord.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Northrend/zone_howling_fjord.cpp b/src/server/scripts/Northrend/zone_howling_fjord.cpp
index e087a83ba29..933227c4627 100644
--- a/src/server/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp
@@ -499,8 +499,6 @@ class spell_mindless_abomination_explosion_fx_master : public SpellScriptLoader
for (uint8 i = 0; i < 10; ++i)
caster->CastSpell(caster, SPELL_RANDOM_CIRCUMFERENCE_POINT_POISON);
-
- caster->DespawnOrUnsummon(4000);
}
void Register() override