aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-30 21:11:29 +0100
committerKillyana <morphone1@gmail.com>2020-01-30 21:11:29 +0100
commitc86d4404c8ae1961e15f36b294d505f067a272e9 (patch)
tree22574478956bca97351ae38d6d0262ea7c6825dd /src
parentd4680bb2b250fb4dee8bb883a7a5e72b3ace89c4 (diff)
DB/Creature: Plagued Dragonflayer Tribesman & Plagued Dragonflayer Rune-Caster & Plagued Dragonflayer Handler
Closes #24122
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 e833f723e25..4ed9c422d69 100644
--- a/src/server/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp
@@ -500,8 +500,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