aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Scholomance
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-06-16 17:24:10 +0200
committerShauren <shauren.trinity@gmail.com>2018-06-16 17:24:10 +0200
commit9ffabae6bf2dbec8a2755f7e018fec6dcc2668c4 (patch)
treea54a78429dfd659fe1f3645e23be468b445f88da /src/server/scripts/EasternKingdoms/Scholomance
parent170d10b8a92ccbe2349ed1950a3312f477cffceb (diff)
Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map*
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Scholomance')
-rw-r--r--src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp b/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
index 1eaf27891d9..74eb8ebca50 100644
--- a/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
+++ b/src/server/scripts/EasternKingdoms/Scholomance/instance_scholomance.cpp
@@ -36,7 +36,7 @@ class instance_scholomance : public InstanceMapScript
struct instance_scholomance_InstanceMapScript : public InstanceScript
{
- instance_scholomance_InstanceMapScript(Map* map) : InstanceScript(map)
+ instance_scholomance_InstanceMapScript(InstanceMap* map) : InstanceScript(map)
{
SetHeaders(DataHeader);
SetBossNumber(EncounterCount);