aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/Auchindoun
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-09-16 00:44:56 +0200
committerShauren <shauren.trinity@gmail.com>2014-09-16 00:44:56 +0200
commit9b316fe689d06af14d800bcb22992da2e6157225 (patch)
treea1f583b05af863011ac34e0d56400720549e3ade /src/server/scripts/Outland/Auchindoun
parent5ac62d9ca3bdaf19e32bfa8fb85b87d2a954cc9a (diff)
Core/Scripts: Fixed PCH build
Diffstat (limited to 'src/server/scripts/Outland/Auchindoun')
-rw-r--r--src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/instance_shadow_labyrinth.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/instance_shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/instance_shadow_labyrinth.cpp
index 4015c6e5e9c..6fea892abea 100644
--- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/instance_shadow_labyrinth.cpp
+++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/instance_shadow_labyrinth.cpp
@@ -40,8 +40,6 @@ class instance_shadow_labyrinth : public InstanceMapScript
SetBossNumber(EncounterCount);
LoadDoorData(doorData);
- AmbassadorHellmawGUID = 0;
- GrandmasterVorpilGUID = 0;
FelOverseerCount = 0;
}
@@ -132,12 +130,12 @@ class instance_shadow_labyrinth : public InstanceMapScript
default:
break;
}
- return 0;
+ return ObjectGuid::Empty;
}
protected:
- uint64 AmbassadorHellmawGUID;
- uint64 GrandmasterVorpilGUID;
+ ObjectGuid AmbassadorHellmawGUID;
+ ObjectGuid GrandmasterVorpilGUID;
uint32 FelOverseerCount;
};