邮件获取修改
parent
a2b6955507
commit
b3e6d44a8b
|
@ -1341,12 +1341,12 @@ public class ItemUtil {
|
|||
}else if(itemType == GlobalItemType.SOUL_MARK){
|
||||
int limit = SSpecialConfig.getIntegerValue(SSpecialConfig.EQUIPSIGN_LIMIT);
|
||||
if (user.getEquipManager().getSoulEquipMap().size() >=limit){
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}else if(itemType == GlobalItemType.ESPECIAL_EQUIP){
|
||||
int limit = SSpecialConfig.getIntegerValue(SSpecialConfig.EquipTalismana_limit);
|
||||
if (user.getEquipManager().getEspecialEquipMap().size() >=limit){
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue