diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-06-02 23:53:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 23:53:12 +0200 |
commit | a1a8d55b8693f58a378152f542a8e925deafb140 (patch) | |
tree | 338bb4d9c84d6b29447dbed4e109a743d7b250a8 /src | |
parent | 0fd67afe3077a2ef342cb21615cd2f2f95565bd2 (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 d30d594e2d9..a60f9fb9b37 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); } |