mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix typo in log message
This commit is contained in:
parent
5f50b6fddc
commit
eee8c96a12
@ -168,7 +168,7 @@ Player* RandomPlayerbotFactory::CreateRandomBot(WorldSession* session, uint8 cls
|
|||||||
|
|
||||||
if (raceOptions.size() == 0)
|
if (raceOptions.size() == 0)
|
||||||
{
|
{
|
||||||
LOG_ERROR("playerbots", "No race available for class: {}", cls);
|
LOG_ERROR("playerbots", "No races available for class: {}", cls);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user