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
commit 00f933515a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);