Commit cfb6f56c89fb705384c4dd1984782815010f1557
1 parent
753495c6
fix: 英雄升级,经验书批量操作
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
game.proto
@@ -104,6 +104,5 @@ message EquipmentAddRsp { | @@ -104,6 +104,5 @@ message EquipmentAddRsp { | ||
104 | 104 | ||
105 | message HeroUpLevelReq { | 105 | message HeroUpLevelReq { |
106 | string heroId = 1; | 106 | string heroId = 1; |
107 | - int32 itemId = 2; | ||
108 | - int32 count = 3; | 107 | + string items = 2; // [itemId1=count1, itemId2=count2] |
109 | } | 108 | } |
110 | \ No newline at end of file | 109 | \ No newline at end of file |