[Cleanup] Fix typo in QueryNameAvailablity (#4869)

This commit is contained in:
nytmyr
2025-04-28 16:49:03 -05:00
committed by GitHub
parent 1a539f6656
commit cd003ff0b7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
/* Bot functions */
bool QueryNameAvailablity(const std::string& bot_name, bool& available_flag);
bool QueryNameAvailability(const std::string& bot_name, bool& available_flag);
bool QueryBotCount(const uint32 owner_id, int class_id, uint32& bot_count, uint32& bot_class_count);
bool LoadBotsList(const uint32 owner_id, std::list<BotsAvailableList>& bots_list, bool by_account = false);