aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp b/src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp
index 42497e2684c..d30d594e2d9 100644
--- a/src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp
+++ b/src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp
@@ -43,7 +43,7 @@ public:
void Reset() override
{
_events.Reset();
- DoCastSelf(SPELL_SUMMON_FROZEN_TOMB, true);
+ DoCastSelf(SPELL_SUMMON_FROZEN_TOMB, true);
DoCastSelf(SPELL_FREEZE_ANIM, true);
}