Update RandomPlayerbotFactory.h

code cleanup
This commit is contained in:
mtm84 2024-07-30 09:35:45 -07:00 committed by GitHub
parent 8ebed9557e
commit 5a77ea5460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,6 @@ 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);
static void CreateRandomBots();
static void CreateRandomGuilds();