aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-07-04 23:56:22 +0200
committerShauren <shauren.trinity@gmail.com>2025-07-04 23:56:22 +0200
commit21712f475383f6f3fae107706f5de5195f75b760 (patch)
treec0b7bd51c779282376f453390a851a246c102452 /src/server/scripts
parenta8e6866a027c5078662fb407c1bc647e0ebe6ce3 (diff)
Core/Objects: Add missing grid workers
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp
index 5a4c66db974..589e862dd60 100644
--- a/src/server/scripts/Spells/spell_warlock.cpp
+++ b/src/server/scripts/Spells/spell_warlock.cpp
@@ -24,10 +24,11 @@
#include "ScriptMgr.h"
#include "AreaTrigger.h"
#include "AreaTriggerAI.h"
+#include "CellImpl.h"
#include "Containers.h"
#include "Creature.h"
#include "GameObject.h"
-#include "GridNotifiers.h"
+#include "GridNotifiersImpl.h"
#include "ObjectAccessor.h"
#include "Pet.h"
#include "Player.h"