From 1613e8a7c02d447d315483700f4ef2add6b6b612 Mon Sep 17 00:00:00 2001 From: Naruse <71993948+DevilProMT@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:11:37 +0800 Subject: [PATCH] fix: Fix Stigmata Proto --- lib/proto/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/proto/__init__.py b/lib/proto/__init__.py index 83c66bb..2f2242e 100644 --- a/lib/proto/__init__.py +++ b/lib/proto/__init__.py @@ -11447,7 +11447,7 @@ class Stigmata(betterproto.Message): refine_value: int = betterproto.uint32_field(11) promote_times: int = betterproto.uint32_field(12) wait_select_rune_group_list: List["StigmataRuneGroup"] = betterproto.message_field( - 13 + 16 ) @@ -13278,7 +13278,7 @@ class ByteArray(betterproto.Message): @dataclass class ByteString(betterproto.Message): empty: bytes = betterproto.bytes_field(1) - bytes: List[bytes] = betterproto.bytes_field(2) + a_bytes: List[bytes] = betterproto.bytes_field(2) @dataclass