Core/LFG: Move 2 logs in trace

This commit is contained in:
Vincent-Michael
2014-07-11 10:22:27 +02:00
parent cbcfa73e65
commit 04c2f6ca14
13 changed files with 19 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ void WorldSession::HandleCreatureQueryOpcode(WorldPacket& recvData)
}
TC_LOG_DEBUG("network", "WORLD: CMSG_CREATURE_QUERY '%s' - Entry: %u.", creatureInfo->Name.c_str(), entry);
WorldPacket data(SMSG_CREATURE_QUERY_RESPONSE, 100); // guess size
data << uint32(entry); // creature entry
data << Name; // Name