mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[General] Add missing inventoryBaseId to creatures in RecordDynamic
This commit is contained in:
parent
b57807407a
commit
8c40010c87
@ -170,6 +170,7 @@ void PacketRecordDynamic::Packet(RakNet::BitStream *bs, bool send)
|
|||||||
auto &recordData = record.data;
|
auto &recordData = record.data;
|
||||||
|
|
||||||
RW(record.baseId, send, true);
|
RW(record.baseId, send, true);
|
||||||
|
RW(record.inventoryBaseId, send, true);
|
||||||
RW(recordData.mId, send, true);
|
RW(recordData.mId, send, true);
|
||||||
RW(recordData.mName, send, true);
|
RW(recordData.mName, send, true);
|
||||||
RW(recordData.mModel, send, true);
|
RW(recordData.mModel, send, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user