aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ScarletMonastery
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-04-03 21:24:22 +0200
committerShauren <shauren.trinity@gmail.com>2011-04-03 21:24:22 +0200
commit3fcb49c685306ac87eb1e8e4abd8afa936aa5f42 (patch)
treebdc778fc99e77dc32b1f1baca0ee62ff40cca8f1 /src/server/scripts/EasternKingdoms/ScarletMonastery
parent535b663280b1a39e6e1ed40c892221072dd62d89 (diff)
Core/Scripts: Removed double calls to InstanceScript's Initialize methods
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ScarletMonastery')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp b/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp
index 2b3dda13333..f9856673f5c 100644
--- a/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/instance_scarlet_monastery.cpp
@@ -45,7 +45,7 @@ public:
struct instance_scarlet_monastery_InstanceMapScript : public InstanceScript
{
- instance_scarlet_monastery_InstanceMapScript(Map* pMap) : InstanceScript(pMap) {Initialize();};
+ instance_scarlet_monastery_InstanceMapScript(Map* pMap) : InstanceScript(pMap) {}
uint64 PumpkinShrineGUID;
uint64 HorsemanGUID;