分解英雄,和升星吞
parent
faa21bb46f
commit
29194289cc
|
@ -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<>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue