扩充战法位

main
grimm 2024-11-07 12:49:25 +08:00
parent ac5a3f1788
commit a4d4515479
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ public class CBean2Proto {
.setChangeId(hero.getChangeId())
.setWarWaySlot1(hero.getWarWayMap().get(1) != null ? hero.getWarWayMap().get(1).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)
.addAllPlan(combatPlans)
.addAllMedal(medals)