Commit 3ef17154cc45b103323ea8ed892cb73027dc0081
1 parent
fc80114f
update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
@@ -110,7 +110,7 @@ message RoleOpenBoxRsp { | @@ -110,7 +110,7 @@ message RoleOpenBoxRsp { | ||
110 | 110 | ||
111 | message RoleBuffRar { | 111 | message RoleBuffRar { |
112 | string chapter_id = 1; | 112 | string chapter_id = 1; |
113 | - map<string,int32> buffs = 3; | 113 | + map<int32,int32> buffs = 3; |
114 | } | 114 | } |
115 | 115 | ||
116 | message EquipmentDelRar { | 116 | message EquipmentDelRar { |