rewrite locsPerLevelCache sql

This commit is contained in:
Yunfan Li
2023-08-08 17:08:12 +08:00
parent f383f46e2d
commit 55fe060e2c
2 changed files with 47 additions and 47 deletions

View File

@@ -105,7 +105,7 @@ class RandomPlayerbotMgr : public PlayerbotHolder
uint32 GetEventValue(uint32 bot, std::string const event);
std::string const GetEventData(uint32 bot, std::string const event);
uint32 SetEventValue(uint32 bot, std::string const event, uint32 value, uint32 validIn, std::string const data = "");
std::list<uint32> GetBots();
void GetBots();
std::vector<uint32> GetBgBots(uint32 bracket);
time_t BgCheckTimer;
time_t LfgCheckTimer;