mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix typo in log message
This commit is contained in:
@@ -168,7 +168,7 @@ Player* RandomPlayerbotFactory::CreateRandomBot(WorldSession* session, uint8 cls
|
||||
|
||||
if (raceOptions.size() == 0)
|
||||
{
|
||||
LOG_ERROR("playerbots", "No race available for class: {}", cls);
|
||||
LOG_ERROR("playerbots", "No races available for class: {}", cls);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user