报错修改
parent
4012e07f0a
commit
2953c3fbe6
|
@ -963,7 +963,9 @@ public class PlayerLogic {
|
|||
}
|
||||
// 法宝
|
||||
Baubles baubles = equipManager.getBaubles(hero.getBauBlesId());
|
||||
builder.addEquip(CBean2Proto.getBaublesProto(userInMem, baubles));
|
||||
if (baubles != null){
|
||||
builder.addEquip(CBean2Proto.getBaublesProto(userInMem, baubles));
|
||||
}
|
||||
|
||||
builder.setForce(HeroLogic.getInstance().calForce(heroNotBufferAttribute));
|
||||
builder.setHero(CBean2Proto.getHero(hero));
|
||||
|
|
Loading…
Reference in New Issue