forked from devsam/core
전투 종료시 로그 순서 변경
This commit is contained in:
+3
-3
@@ -396,11 +396,11 @@ function processWar_NG(
|
||||
|
||||
if($currPhase == $attacker->getMaxPhase()){
|
||||
//마지막 페이즈의 전투 마무리
|
||||
$attacker->tryWound();
|
||||
$defender->tryWound();
|
||||
|
||||
$attacker->logBattleResult();
|
||||
$defender->logBattleResult();
|
||||
|
||||
$attacker->tryWound();
|
||||
$defender->tryWound();
|
||||
}
|
||||
|
||||
if($defender instanceof WarUnitCity){
|
||||
|
||||
Reference in New Issue
Block a user