aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorn4ndo <Nano@.(none)>2011-09-30 11:02:17 -0500
committern4ndo <Nano@.(none)>2011-09-30 11:02:17 -0500
commit49afe79ddf45c040436c9cbde1c091979cf74dcf (patch)
tree864a9f2f9e1329ee19a73d5912472385eaa4bfe0 /src
parentd1370a5e0a0d81a1e9f891010a4dc5721db74d99 (diff)
code style
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Server/Protocol/Handlers/QueryHandler.cpp2
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))