From f090ef1937a01cf55626e683731d95f9d4645f79 Mon Sep 17 00:00:00 2001 From: fuqiuluo Date: Mon, 22 Jul 2024 07:54:29 +0800 Subject: [PATCH] fix rkey type --- .../src/main/java/protobuf/oidb/cmd0x11c5/NtV2RichMediaRsp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/src/main/java/protobuf/oidb/cmd0x11c5/NtV2RichMediaRsp.kt b/protobuf/src/main/java/protobuf/oidb/cmd0x11c5/NtV2RichMediaRsp.kt index b938bbe..59b11f5 100644 --- a/protobuf/src/main/java/protobuf/oidb/cmd0x11c5/NtV2RichMediaRsp.kt +++ b/protobuf/src/main/java/protobuf/oidb/cmd0x11c5/NtV2RichMediaRsp.kt @@ -56,7 +56,7 @@ data class RKeyInfo( @ProtoNumber(2) val rkeyTtlSec: ULong?, @ProtoNumber(3) val storeId: UInt = 0u, @ProtoNumber(4) val rkeyCreateTime: UInt?, - @ProtoNumber(4) val type: UInt, + @ProtoNumber(5) val type: UInt, ) @Serializable