back_recharge
gaojie 2019-05-13 15:05:06 +08:00
parent b625e6e810
commit be46197ed2
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ public class ItemUtil {
for (Map.Entry<Integer, Integer> entry : equipMap.entrySet()) {
int count = entry.getValue();
for (int i = 0; i < count; i++) {
if (user.getEquipManager().getEquipMap().size() > gameSetting.getEquipNumlimit()) {
if (user.getEquipManager().getEquipMap().size() >= gameSetting.getEquipNumlimit()) {
if (reward.length() == 0){
reward = new StringBuilder(entry.getKey() + "#1");
}else{