mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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 "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);
|
||||
|
||||
Reference in New Issue
Block a user