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
212ce6096789a28fe05b5ce816557dbc3442ed0d
Authored by
zhangqijia
2022-08-29 18:29:05 +0800
1 parent
fff11079
fix: 装备固定强化1级
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
212ce60
...
...
@@ -131,7 +131,6 @@ message EquipmentAddNty {
131
131
132
132
message EquipmentEnhanceReq {
133
133
string equip_id = 1;
134
- map<int32,int32> enhance = 2;
135
134
}
136
135
137
136
message EquipmentEnhanceRsp {
...
...