refactor(Core/GuildHandler): remove unused function (#10375)
This commit is contained in:
committed by
GitHub
parent
0b4d483783
commit
799c9cec5c
@@ -26,12 +26,6 @@
|
|||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
#include "WorldSession.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)
|
void WorldSession::HandleGuildQueryOpcode(WorldPackets::Guild::QueryGuildInfo& query)
|
||||||
{
|
{
|
||||||
LOG_DEBUG("guild", "CMSG_GUILD_QUERY [{}]: Guild: {}", GetPlayerInfo(), query.GuildId);
|
LOG_DEBUG("guild", "CMSG_GUILD_QUERY [{}]: Guild: {}", GetPlayerInfo(), query.GuildId);
|
||||||
|
|||||||
Reference in New Issue
Block a user