aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-01-16 18:43:32 +0100
committerGitHub <noreply@github.com>2024-01-16 18:43:32 +0100
commitea093fef2787121549f864b8b177d88ad8b54464 (patch)
tree60b96d06175e35df753f03d0df0e0f6c716b0dea /src/server/scripts
parent25dc8de3eb3e35271d820a50ae926bdf0c182a3c (diff)
Core/Units: moved CharmInfo class and its definitions into a own file (#29583)
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp1
-rw-r--r--src/server/scripts/World/npcs_special.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
index fe9054503a9..9c2969e0704 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
@@ -17,6 +17,7 @@
#include "CreatureAIImpl.h"
#include "ScriptMgr.h"
+#include "CharmInfo.h"
#include "CombatAI.h"
#include "CreatureTextMgr.h"
#include "G3DPosition.hpp"
diff --git a/src/server/scripts/World/npcs_special.cpp b/src/server/scripts/World/npcs_special.cpp
index afefcc42ba9..a3db8c19c6b 100644
--- a/src/server/scripts/World/npcs_special.cpp
+++ b/src/server/scripts/World/npcs_special.cpp
@@ -17,6 +17,7 @@
#include "ScriptMgr.h"
#include "CellImpl.h"
+#include "CharmInfo.h"
#include "CombatAI.h"
#include "Containers.h"
#include "CreatureTextMgr.h"