mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00: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