Core/Handlers: Add some extra output in WorldSession::HandleDismissCritter (give more of which user attempts to dismiss it)

--HG--
branch : trunk
This commit is contained in:
click
2010-12-25 17:53:50 +01:00
parent bce9b081ec
commit 07bebf0f35

View File

@@ -42,7 +42,8 @@ void WorldSession::HandleDismissCritter(WorldPacket &recv_data)
if (!pet)
{
sLog->outError("Vanitypet %u does not exist", uint32(GUID_LOPART(guid)));
sLog->outError("Vanitypet (GUID: %u) does not exist - player '%s' (GUID: %u / ACCOUNT: %u) attempted to dismiss it",
uint32(GUID_LOPART(guid)), GetPlayer()->GetName(), GetPlayer()->GetGUIDLow(), GetAccountId());
return;
}