修复助战数据异常bug
parent
1b9cbd6f25
commit
8c3ba79471
|
|
@ -258,7 +258,7 @@ public class CBean2Proto {
|
|||
List<CommonProto.Equip> equips = new ArrayList<>();
|
||||
hero.getEquipByPositionMap().values().forEach(v->equips.add(getEquipProto(v)));
|
||||
// 法宝
|
||||
CommonProto.Equip.Builder baublesProto = null;
|
||||
CommonProto.Equip.Builder baublesProto = CommonProto.Equip.newBuilder();
|
||||
if (helpHero.getBaubles() != null){
|
||||
baublesProto = getBaublesProto(helpHero.getBaublesList(), helpHero.getBaubles()).toBuilder();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue