分解英雄,和升星吞

back_recharge
jiahuiwen 2021-10-30 02:20:57 +08:00
parent faa21bb46f
commit 29194289cc
1 changed files with 2 additions and 1 deletions

View File

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