feat: add avatar query packet version handling to version table

This commit is contained in:
MayaTheShy
2025-11-08 18:19:17 -05:00
parent 6757ef3d33
commit deb48b9d53

View File

@@ -273,6 +273,7 @@ static void ensureVersionTable(uint8_t& vAvatarRemoveAttachments,
auto asset = parseEnumValues(content, "AssetServerPacketVersion");
auto entScript = parseEnumValues(content, "EntityScriptCallMethodVersion");
auto entQuery = parseEnumValues(content, "EntityQueryPacketVersion");
auto avatarQuery = parseEnumValues(content, "AvatarQueryPacketVersion");
auto domAdded = parseEnumValues(content, "DomainServerAddedNodeVersion");
auto domList = parseEnumValues(content, "DomainListVersion");
auto domListReq = parseEnumValues(content, "DomainListRequestVersion");