diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-06-02 17:28:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 17:28:21 +0200 |
commit | 0fd67afe3077a2ef342cb21615cd2f2f95565bd2 (patch) | |
tree | 84b8e7b1e94726e9925f7ae54064181792b37d14 /src | |
parent | 28de197cc3b5808f3dd3a687d5b9205014617ee7 (diff) |
Update zone_dun_morogh.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/zone_dun_morogh.cpp | 2 |
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); } |