From 38f1729a8e90d0b4c348cb5ea5885684b8817e86 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 29 Oct 2020 15:48:06 +0100 Subject: [PATCH] fixed nopch for real this time --- src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp | 1 + .../scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp b/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp index cefbc18f9e9..922790d807b 100644 --- a/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp +++ b/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "InstanceScript.h" +#include "Map.h" #include "MotionMaster.h" #include "ScriptedCreature.h" #include "the_stockade.h" diff --git a/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp b/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp index 54e3d643c31..ed07c3b5d48 100644 --- a/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp +++ b/src/server/scripts/EasternKingdoms/TheStockade/boss_randolph_moloch.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "InstanceScript.h" +#include "Map.h" #include "MotionMaster.h" #include "ScriptedCreature.h" #include "the_stockade.h"