turntime 관련 조정중
This commit is contained in:
+1
-1
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user