turntime 관련 조정중

This commit is contained in:
2019-10-05 10:52:31 +09:00
parent 824956a34d
commit 44f0e78086
53 changed files with 156 additions and 66 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ function processWar_NG(
$attacker->useBattleInitItem();
$date = substr($attacker->getVar('turntime'),11,5);
$date = $attacker->getGeneral()->getTurnTime(General::TURNTIME_HM);
$attackerNationUpdate = [];
$defenderNationUpdate = [];