diff --git a/hwe/process_war.php b/hwe/process_war.php index c6a1d58d..15984bd8 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -491,7 +491,7 @@ function processWar_NG( if ($newConflict) { $nationName = $attacker->getNationVar('name'); $josaYi = JosaUtil::pick($nationName, '이'); - $logger->pushGlobalHistoryLog("【분쟁】{$nationName}{$josaYi} {$defender->getName()} 공략에 가담하여 분쟁이 발생하고 있습니다."); + $logger->pushGlobalHistoryLog("【분쟁】{$nationName}{$josaYi} {$city->getName()} 공략에 가담하여 분쟁이 발생하고 있습니다."); } }