白金装备增加过滤掉脱装备获得
parent
ff57fe280e
commit
faa21bb46f
|
@ -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<>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue