Commit 00008c8aa933ba19d66b580edf54ba6c3e87b52c

Authored by zhangqijia
1 parent 0d662c22

fix: update Update Items Nty

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
role.proto
... ... @@ -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 {
... ...