GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cfb6f56c89fb705384c4dd1984782815010f1557
Authored by
zhangqijia
2022-06-08 11:25:25 +0800
1 parent
753495c6
fix: 英雄升级,经验书批量操作
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
cfb6f56
...
...
@@ -104,6 +104,5 @@ message EquipmentAddRsp {
104
104
105
105
message HeroUpLevelReq {
106
106
string heroId = 1;
107
- int32 itemId = 2;
108
- int32 count = 3;
107
+ string items = 2; // [itemId1=count1, itemId2=count2]
109
108
}
110
109
\ No newline at end of file
...
...