mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
code style
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user