diff --git a/src/strategy/actions/GuildManagementActions.cpp b/src/strategy/actions/GuildManagementActions.cpp index 72f579d3..591b5252 100644 --- a/src/strategy/actions/GuildManagementActions.cpp +++ b/src/strategy/actions/GuildManagementActions.cpp @@ -216,7 +216,7 @@ bool GuildManageNearbyAction::Execute(Event event) if (sPlayerbotAIConfig->inviteChat && (sRandomPlayerbotMgr->IsRandomBot(bot) || !botAI->HasActivePlayerMaster())) { - std::map placeholders; + /* std::map placeholders; placeholders["%name"] = player->GetName(); placeholders["%members"] = std::to_string(guild->GetMemberSize()); placeholders["%guildname"] = guild->GetName(); @@ -281,7 +281,7 @@ bool GuildManageNearbyAction::Execute(Event event) bot->GetGroup()->BroadcastPacket(&data, true); } else - bot->Say(line, (bot->GetTeamId() == TEAM_ALLIANCE ? LANG_COMMON : LANG_ORCISH)); + bot->Say(line, (bot->GetTeamId() == TEAM_ALLIANCE ? LANG_COMMON : LANG_ORCISH));*/ } if (botAI->DoSpecificAction("guild invite", Event("guild management", guid), true))