1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-01 19:49:40 +00:00

[General] Send creatureModel & useCreatureName via PacketPlayerBaseInfo

This commit is contained in:
Koncord 2017-05-01 21:14:30 +08:00
parent 6739233aa3
commit 9c7c0f9989

View file

@ -25,4 +25,7 @@ void PacketPlayerBaseInfo::Packet(RakNet::BitStream *bs, bool send)
RW(player->npc.mFlags, send);
RW(player->birthsign, send);
RW(player->creatureModel, send);
RW(player->useCreatureName, send);
}