mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/LFG: Move 2 logs in trace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user