From e25b6c9232a50b7707badb87352ca41a51ee263f Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 9 Sep 2020 14:12:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=BC=EC=9E=A5=ED=8C=8C=EC=9E=A5=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_피장파장.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_피장파장.php b/hwe/sammo/Command/Nation/che_피장파장.php index fb5fb3e1..0672876e 100644 --- a/hwe/sammo/Command/Nation/che_피장파장.php +++ b/hwe/sammo/Command/Nation/che_피장파장.php @@ -199,7 +199,7 @@ class che_피장파장 extends Command\NationCommand{ $broadcastMessage = "아국에 {$cmd->getName()} 전략의 {$commandName}{$josaYiCommand} 발동되었습니다."; - $destNationGeneralList = $db->queryFirstColumn('SELECT no FROM general WHERE nation=%i AND no != %i', $nationID, $generalID); + $destNationGeneralList = $db->queryFirstColumn('SELECT no FROM general WHERE nation=%i AND no != %i', $destNationID, $generalID); foreach($destNationGeneralList as $destNationGeneralID){ $destNationGeneralLogger = new ActionLogger($destNationGeneralID, $destNationID, $year, $month); $destNationGeneralLogger->pushGeneralActionLog($broadcastMessage, ActionLogger::PLAIN);