mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Logs: Log full guid instead of just low guid, part 2
(cherry picked from commit 3def52c1c4)
This commit is contained in:
@@ -262,7 +262,7 @@ void WorldSession::HandlePartyUninviteOpcode(WorldPackets::Party::PartyUninvite&
|
||||
// can't uninvite yourself
|
||||
if (packet.TargetGUID == GetPlayer()->GetGUID())
|
||||
{
|
||||
TC_LOG_ERROR("network", "WorldSession::HandleGroupUninviteGuidOpcode: leader %s (%s) tried to uninvite himself from the group.",
|
||||
TC_LOG_ERROR("network", "WorldSession::HandleGroupUninviteGuidOpcode: leader %s %s tried to uninvite himself from the group.",
|
||||
GetPlayer()->GetName().c_str(), GetPlayer()->GetGUID().ToString().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user