diff options
| author | jackpoz <giacomopoz@gmail.com> | 2017-12-21 21:12:56 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-04-15 05:53:27 +0200 |
| commit | cf04609c9a0214338d625305298941b5640774af (patch) | |
| tree | 2d5f757078003fbd34b431c1c108c9cd53ddf83f | |
| parent | b99654924c550ba3b763f28d7b1f87f5241e149c (diff) | |
Scripts/Stratholme: Fix build
(cherry picked from commit 828c5d08e758385519955201b909a0d9a578715d)
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp index 6afe57ff2db..506b2923bfb 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp @@ -25,6 +25,7 @@ EndScriptData */ #include "ScriptMgr.h" #include "AreaBoundary.h" #include "Creature.h" +#include "CreatureAI.h" #include "EventMap.h" #include "GameObject.h" #include "InstanceScript.h" |
