mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user