大闹天宫招募节点宝物添加
parent
fca38c08d0
commit
ae93532942
|
@ -291,6 +291,13 @@ public class EndExpeditionBattleRequest extends BaseHandler<Expedition.EndExpedi
|
|||
for(Integer equipId : hero1.getEquipByPositionMap().values()){
|
||||
drop.addEquipId(CBean2Proto.getEquipProto(equipId));
|
||||
}
|
||||
for(String equipId : hero1.getJewelInfo()){
|
||||
PropertyItem propertyItem = user.getExpeditionManager().getEquipMap().get(equipId);
|
||||
if (propertyItem == null)
|
||||
continue;
|
||||
Jewel j = (Jewel) propertyItem;
|
||||
drop.addSoulEquip(CBean2Proto.getEquipProto(j));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue