修改挂机奖励
parent
27aebc60bb
commit
f59f3ab9d8
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue