修改挂机奖励

back_recharge
wangyuan 2019-04-03 15:26:13 +08:00
parent 27aebc60bb
commit f59f3ab9d8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class ItemUtil {
for (Map.Entry<int [],Float> entry :dropGroupAndRatioMap.entrySet()){
int[] dropGroupIds = entry.getKey();
float dropRatio = entry.getValue();
dropBuilder = drop(user, dropGroupIds, dropRatio, 0);
activityDrop(user,dropBuilder,dropGroupIds,dropRatio);
}
return dropBuilder;
}