refactor(Core/GuildHandler): remove unused function (#10375)

This commit is contained in:
IntelligentQuantum
2022-02-04 20:23:00 +03:30
committed by GitHub
parent 0b4d483783
commit 799c9cec5c

View File

@@ -26,12 +26,6 @@
#include "WorldPacket.h"
#include "WorldSession.h"
// Cleanup bad characters
void cleanStr(std::string& str)
{
str.erase(remove(str.begin(), str.end(), '|'), str.end());
}
void WorldSession::HandleGuildQueryOpcode(WorldPackets::Guild::QueryGuildInfo& query)
{
LOG_DEBUG("guild", "CMSG_GUILD_QUERY [{}]: Guild: {}", GetPlayerInfo(), query.GuildId);