refactor(Core/GuildHandler): remove unused function (#10375)
This commit is contained in:
parent
0b4d483783
commit
799c9cec5c
1 changed files with 0 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue