白金装备增加过滤掉脱装备获得

back_recharge
jiahuiwen 2021-10-30 01:43:45 +08:00
parent ff57fe280e
commit faa21bb46f
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ public class ItemUtil {
if (sItem.getItemBaseType()==6){
equipManager.addEquipList(entry.getKey());
}
if (sItem.getItemType()==3){
if (sItem.getItemType()==3 && reason != BIReason.EQUIP_UNLOAD_REWARD){
if (changeEquipList==null) {
changeEquipList=new ArrayList<>();
}