神将分解返回礼物
parent
58bf6f0375
commit
c5d92afaf4
|
|
@ -4418,6 +4418,11 @@ public class HeroLogic {
|
||||||
}
|
}
|
||||||
hero.setFaxiang(faxiangList);
|
hero.setFaxiang(faxiangList);
|
||||||
}
|
}
|
||||||
|
// 礼物装备
|
||||||
|
Set<Integer> giftEquipList = hero.getHeroGiftEquipList();
|
||||||
|
if (giftEquipList != null && !giftEquipList.isEmpty()) {
|
||||||
|
giftEquipList.forEach(v -> returnItemMap.put(v, returnItemMap.getOrDefault(v, 0) + 1));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
int breakId = hero.getBreakId();
|
int breakId = hero.getBreakId();
|
||||||
int templateId = hero.getTemplateId();
|
int templateId = hero.getTemplateId();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue