mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11465] non-ObjectGuid guids in random places.
Only ChannelMgr code wide use uint64 guids now, and Map object stores.
This commit is contained in:
parent
a925db80fa
commit
ef6a48fe03
44 changed files with 219 additions and 215 deletions
|
|
@ -466,7 +466,7 @@ void WorldSession::HandleReadItemOpcode( WorldPacket & recv_data )
|
|||
DETAIL_LOG("STORAGE: Unable to read item");
|
||||
_player->SendEquipError( msg, pItem, NULL );
|
||||
}
|
||||
data << pItem->GetGUID();
|
||||
data << ObjectGuid(pItem->GetObjectGuid());
|
||||
SendPacket(&data);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue