From 74658389ecb2a4843a60fc68d45800da2cfd02e1 Mon Sep 17 00:00:00 2001 From: Revision Date: Mon, 29 Jul 2024 00:51:43 +0200 Subject: [PATCH] Fix compile errors related to sSpellMgr --- src/Playerbots.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Playerbots.h b/src/Playerbots.h index 7e678af3..2b467366 100644 --- a/src/Playerbots.h +++ b/src/Playerbots.h @@ -14,6 +14,7 @@ #include "RandomPlayerbotMgr.h" #include "SharedValueContext.h" #include "Spell.h" +#include "SpellMgr.h" #include "TravelNode.h" std::vector split(std::string const s, char delim);