diff options
-rwxr-xr-x | src/server/game/Server/Protocol/Handlers/QueryHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Handlers/QueryHandler.cpp b/src/server/game/Server/Protocol/Handlers/QueryHandler.cpp index 01c1ae0df8f..bfd1fae2306 100755 --- a/src/server/game/Server/Protocol/Handlers/QueryHandler.cpp +++ b/src/server/game/Server/Protocol/Handlers/QueryHandler.cpp @@ -62,7 +62,7 @@ void WorldSession::HandleNameQueryOpcode(WorldPacket& recv_data) recv_data >> guid; - // This is disable by default to prevent lots of console spam + // This is disable by default to prevent lots of console spam // sLog->outString("HandleNameQueryOpcode %u", guid); if (Player* pChar = ObjectAccessor::FindPlayer(guid)) |