diff options
| author | Shauren <shauren.trinity@gmail.com> | 2018-06-16 17:24:10 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2018-06-16 17:24:10 +0200 |
| commit | 9ffabae6bf2dbec8a2755f7e018fec6dcc2668c4 (patch) | |
| tree | a54a78429dfd659fe1f3645e23be468b445f88da /src/server/scripts/EasternKingdoms/TheStockade | |
| parent | 170d10b8a92ccbe2349ed1950a3312f477cffceb (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.cpp | 3 |
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); |
