Commit b731d09017f37e5525a6e3590ea771056d24a235
1 parent
3bc77b1d
add:升级装备栏强化协议
Showing
3 changed files
with
9 additions
and
0 deletions
Show diff stats
models.proto
... | ... | @@ -149,6 +149,7 @@ message Role { |
149 | 149 | int32 copies_num = 35; |
150 | 150 | map<int32,TalentSkillList> talent_skill = 36; //当前的天赋树技能 罗盘id->天赋节点id |
151 | 151 | int32 cur_climb_carbon_id = 37; //爬塔关卡id |
152 | + map<uint32, uint32> equip_pos_level = 38; //装备栏强化等级 | |
152 | 153 | } |
153 | 154 | |
154 | 155 | message Activity { | ... | ... |
protocode.proto
role.proto