This commit is contained in:
Bogir[rus]
2022-04-09 04:24:41 +05:00
committed by GitHub
parent 0f5407e92e
commit 76155fc2ca

View File

@@ -521,8 +521,6 @@ void RandomPlayerbotFactory::CreateRandomGuilds()
Guild* guild = new Guild();
if (!guild->Create(player, guildName))
{
// it very strange, but sometimes Guild can't be created by unknown reason
// We already checked that player is exists and guildName are correct
LOG_ERROR("playerbots", "Error creating guild [ {} ] with leader [ {} ]", guildName.c_str(), player->GetName().c_str());
delete guild;
continue;