Merge pull request #892 from prestanneth/master

Bot Naming - View/Delete Databuckets
This commit is contained in:
Uleat
2019-09-09 20:28:48 -04:00
committed by GitHub
9 changed files with 261 additions and 25 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
bool QueryNameAvailablity(const std::string& bot_name, bool& available_flag);
bool QueryBotCount(const uint32 owner_id, uint32& bot_count);
bool LoadQuestableSpawnCount(const uint32 owner_id, int& spawn_count);
bool LoadBotsList(const uint32 owner_id, std::list<BotsAvailableList>& bots_list);
bool LoadBotsList(const uint32 owner_id, std::list<BotsAvailableList>& bots_list, bool ByAccount = false);
bool LoadOwnerID(const std::string& bot_name, uint32& owner_id);
bool LoadOwnerID(const uint32 bot_id, uint32& owner_id);