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
00008c8aa933ba19d66b580edf54ba6c3e87b52c
Authored by
zhangqijia
2023-06-06 16:17:34 +0800
1 parent
0d662c22
fix: update Update Items Nty
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
00008c8
...
...
@@ -56,7 +56,7 @@ message RoleUpdatePropertyNty {
56
56
}
57
57
58
58
message RoleUpdateItemsNty {
59
-
string
items = 1;
59
+
map<int32,int32>
items = 1;
60
60
}
61
61
62
62
message RoleClearItemsRar {
...
...