瀏覽代碼

异界之战防守阵容羁绊修改

gitxsm 5 月之前
父節點
當前提交
c17735778e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      script/module/anotherWorldBattle/AnotherWorldBattleNS.lua

+ 1 - 1
script/module/anotherWorldBattle/AnotherWorldBattleNS.lua

@@ -1110,7 +1110,7 @@ function AB_PointLine_JiBan_Update(human, msg)
         cityId = msg.cityId,
         pointIdx = msg.pointIdx,
     }
-    JibanLogic.update(human, msg.combatType, msg. jibanListStr, extraArgs)
+    JibanLogic.update(human, msg.combatType, msg.jibanList, extraArgs)
 end
 
 ------------------------------------C2N---------------------------------------------------