Commit 1cdbe886a0949a9708a2f2f1a64830bee0fb44af
1 parent
e9542f2d
fix: fix proto
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
models.proto
@@ -149,8 +149,8 @@ message Role { | @@ -149,8 +149,8 @@ message Role { | ||
149 | int32 copies_num = 35; | 149 | int32 copies_num = 35; |
150 | map<int32,TalentSkillList> talent_skill = 36; //当前的天赋树技能 罗盘id->天赋节点id | 150 | map<int32,TalentSkillList> talent_skill = 36; //当前的天赋树技能 罗盘id->天赋节点id |
151 | int32 cur_climb_carbon_id = 37; //爬塔关卡id | 151 | int32 cur_climb_carbon_id = 37; //爬塔关卡id |
152 | - map<uint32, uint32> equip_pos_level = 38; //装备栏强化等级 | ||
153 | - map<int32, ChapterInfo> chapter_star_info = 39; // 通关记录 map[chapter_id]{star} | 152 | + map<uint32,uint32> equip_pos_level = 38; //装备栏强化等级 |
153 | + map<int32,ChapterInfo> chapter_star_info = 39; // 通关记录 map[chapter_id]{star} | ||
154 | } | 154 | } |
155 | 155 | ||
156 | message ChapterInfo { | 156 | message ChapterInfo { |