Merge pull request #407 from noisiver/fix-compile-errors

Fix compile errors related to sSpellMgr
This commit is contained in:
Yunfan Li
2024-07-29 15:20:28 +08:00
committed by GitHub

View File

@@ -14,6 +14,7 @@
#include "RandomPlayerbotMgr.h" #include "RandomPlayerbotMgr.h"
#include "SharedValueContext.h" #include "SharedValueContext.h"
#include "Spell.h" #include "Spell.h"
#include "SpellMgr.h"
#include "TravelNode.h" #include "TravelNode.h"
std::vector<std::string> split(std::string const s, char delim); std::vector<std::string> split(std::string const s, char delim);