generated from root/miduo_server
扩充战法位
parent
ac5a3f1788
commit
a4d4515479
|
|
@ -288,6 +288,7 @@ public class CBean2Proto {
|
||||||
.setChangeId(hero.getChangeId())
|
.setChangeId(hero.getChangeId())
|
||||||
.setWarWaySlot1(hero.getWarWayMap().get(1) != null ? hero.getWarWayMap().get(1).getId() : 0)
|
.setWarWaySlot1(hero.getWarWayMap().get(1) != null ? hero.getWarWayMap().get(1).getId() : 0)
|
||||||
.setWarWaySlot2(hero.getWarWayMap().get(2) != null ? hero.getWarWayMap().get(2).getId() : 0)
|
.setWarWaySlot2(hero.getWarWayMap().get(2) != null ? hero.getWarWayMap().get(2).getId() : 0)
|
||||||
|
.setWarWaySlot3(hero.getWarWayMap().get(3) != null ? hero.getWarWayMap().get(3).getId() : 0)
|
||||||
.addAllCombatPlans(combatPlanSlots)
|
.addAllCombatPlans(combatPlanSlots)
|
||||||
.addAllPlan(combatPlans)
|
.addAllPlan(combatPlans)
|
||||||
.addAllMedal(medals)
|
.addAllMedal(medals)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue