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:
parent
97a2eb62d4
commit
2a9adafc09
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PacketVersion versionForPacketType(PacketType packetType) {
|
|||
case PacketType::AvatarData:
|
||||
case PacketType::BulkAvatarData:
|
||||
default:
|
||||
return 16;
|
||||
return 17;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue