Core: Updated to 10.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/4bec7233badf9d3ab71dbdde8b24f66f7c4eedfb)
This commit is contained in:
@@ -405,7 +405,7 @@ namespace Game
|
||||
[WorldPacketHandler(ClientOpcodes.MailTakeItem)]
|
||||
void HandleMailTakeItem(MailTakeItem takeItem)
|
||||
{
|
||||
uint AttachID = takeItem.AttachID;
|
||||
ulong AttachID = takeItem.AttachID;
|
||||
|
||||
if (!CanOpenMailBox(takeItem.Mailbox))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user