From 21712f475383f6f3fae107706f5de5195f75b760 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 4 Jul 2025 23:56:22 +0200 Subject: Core/Objects: Add missing grid workers --- src/server/scripts/Spells/spell_warlock.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/scripts/Spells') 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" -- cgit v1.2.3