Update RandomPlayerbotFactory.h

code cleanup
This commit is contained in:
mtm84
2024-07-30 09:22:06 -07:00
committed by GitHub
parent 30a25ba13f
commit 8ef7bcd8b5

View File

@@ -23,7 +23,8 @@ class RandomPlayerbotFactory
RandomPlayerbotFactory(uint32 accountId);
virtual ~RandomPlayerbotFactory() { }
Player* CreateRandomBot(WorldSession* session, uint8 cls, std::unordered_map<uint8, std::vector<std::string>> names);
//Player* CreateRandomBot(WorldSession* session, uint8 cls, std::unordered_map<uint8, std::vector<std::string>> names);
Player* CreateRandomBot(WorldSession* session, uint8 cls);
static void CreateRandomBots();
static void CreateRandomGuilds();
static void CreateRandomArenaTeams(ArenaType slot, uint32 count);