Fix typo in log message

This commit is contained in:
Revision
2024-10-04 21:19:11 +02:00
parent 5f50b6fddc
commit eee8c96a12

View File

@@ -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;
}