mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 00:28:08 -04:00
[General] Compress item refIds in PlayerEquipment packets
This commit is contained in:
parent
2332423527
commit
2dbf3893c0
@ -46,7 +46,7 @@ void PacketPlayerEquipment::Packet(RakNet::BitStream *bs, bool send)
|
||||
|
||||
void PacketPlayerEquipment::ExchangeItemInformation(Item &item, bool send)
|
||||
{
|
||||
RW(item.refId, send);
|
||||
RW(item.refId, send, true);
|
||||
RW(item.count, send);
|
||||
RW(item.charge, send);
|
||||
RW(item.enchantmentCharge, send);
|
||||
|
Loading…
x
Reference in New Issue
Block a user