Commit 6535521bc0c15010c3fea24fe1258aa6de34f388

Authored by zhangqijia
1 parent 1f5165e6

fix: 1.DropPool rename DropGroup

2.抽奖返回奖励字段修改
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -139,7 +139,7 @@ message RoleDropReq {
139 139 }
140 140  
141 141 message RoleDropRsp {
142   - map<string,int32> reward = 3;
  142 + string reward = 1;
143 143 }
144 144  
145 145 message EquipmentDelReq {
... ...