mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 17:49:40 +00:00
[General] Add missing inventoryBaseId to creatures in RecordDynamic
This commit is contained in:
parent
b57807407a
commit
8c40010c87
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue