From 87d02f45a687b3c434c9ef2c75efb7a9994fd09c Mon Sep 17 00:00:00 2001 From: saicom Date: Thu, 25 Jan 2024 11:45:03 +0800 Subject: [PATCH] fix:天赋树添加等级 --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index 0535654..c589a21 100644 --- a/models.proto +++ b/models.proto @@ -143,7 +143,7 @@ message Role { map climb_rs = 30; // reward and start repeated string new_heroes = 31; - map talent_tree = 32; + map talent_tree = 32; int32 lucky_seek = 33; // lucky black cat seek bool del = 34; int32 copies_num = 35; -- libgit2 0.21.2