From 76155fc2ca714305f789571b808c9b54bedcd2fa Mon Sep 17 00:00:00 2001 From: "Bogir[rus]" Date: Sat, 9 Apr 2022 04:24:41 +0500 Subject: [PATCH] . --- src/RandomPlayerbotFactory.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RandomPlayerbotFactory.cpp b/src/RandomPlayerbotFactory.cpp index 1580b828..585669ab 100644 --- a/src/RandomPlayerbotFactory.cpp +++ b/src/RandomPlayerbotFactory.cpp @@ -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;