mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Core/Handlers: Add guid-output for pet-guid and playerguid in HandlePetSetAction error-message.
This commit is contained in:
@@ -479,7 +479,7 @@ void WorldSession::HandlePetSetAction(WorldPacket & recv_data)
|
||||
|
||||
if (!pet || pet != _player->GetFirstControlled())
|
||||
{
|
||||
sLog->outError("HandlePetSetAction: Unknown pet or pet owner.");
|
||||
sLog->outError("HandlePetSetAction: Unknown pet (GUID: %u) or pet owner (GUID: %u)", pet->GetGUIDLow(), _player->GetGUIDLow());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user