Commit ccf4f16431fd4a5979685ab3b1cafb6725d7c919

Authored by zhangqijia
1 parent fcc36b48

fix: 宝石合成协 修改返回值

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
game.proto
... ... @@ -249,7 +249,5 @@ message ItemGemCompoundReq {
249 249 }
250 250  
251 251 message ItemGemCompoundRsp {
252   - int32 gem_id = 1;
253   - int32 gem_count =2;
254 252 string reward = 3;
255 253 }
256 254 \ No newline at end of file
... ...