aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-06-02 17:28:21 +0200
committerGitHub <noreply@github.com>2017-06-02 17:28:21 +0200
commit0fd67afe3077a2ef342cb21615cd2f2f95565bd2 (patch)
tree84b8e7b1e94726e9925f7ae54064181792b37d14 /src
parent28de197cc3b5808f3dd3a687d5b9205014617ee7 (diff)
Update zone_dun_morogh.cpp
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);
}