3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 22:35:27 +02:00

Bumped avatar packet version number

This commit is contained in:
Anthony J. Thibault 2015-11-25 12:13:40 -08:00
parent 97a2eb62d4
commit 2a9adafc09

View file

@ -45,7 +45,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
case PacketType::AvatarData:
case PacketType::BulkAvatarData:
default:
return 16;
return 17;
}
}