aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/TheStockade
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/TheStockade
parent170d10b8a92ccbe2349ed1950a3312f477cffceb (diff)
Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map*
Diffstat (limited to 'src/server/scripts/EasternKingdoms/TheStockade')
-rw-r--r--src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp b/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp
index 7887341e182..44b94ab8402 100644
--- a/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp
+++ b/src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp
@@ -17,7 +17,6 @@
#include "ScriptMgr.h"
#include "InstanceScript.h"
-#include "Map.h"
#include "the_stockade.h"
class instance_the_stockade : public InstanceMapScript
@@ -27,7 +26,7 @@ public:
struct instance_the_stockade_InstanceMapScript : public InstanceScript
{
- instance_the_stockade_InstanceMapScript(Map* map) : InstanceScript(map)
+ instance_the_stockade_InstanceMapScript(InstanceMap* map) : InstanceScript(map)
{
SetHeaders(DataHeader);
SetBossNumber(EncounterCount);