feat: 이호경식 발동시 '어느 국가'인지 바로 표기

This commit is contained in:
2023-12-25 08:07:57 +00:00
parent 39f4e89b03
commit cecab2b0cf
@@ -164,9 +164,7 @@ class che_이호경식 extends Command\NationCommand
$nationGeneralLogger->flush();
}
$josaYiCommand = JosaUtil::pick($commandName, '이');
$broadcastMessage = "아국에 <M>{$commandName}</>{$josaYiCommand} 발동되었습니다.";
$broadcastMessage = "<D><b>{$nationName}</b></>{$josaYiNation} 아국에 <M>{$commandName}</>{$josaUl} 발동하였습니다.";
$destNationGeneralList = $db->queryFirstColumn('SELECT no FROM general WHERE nation=%i', $destNationID);
foreach ($destNationGeneralList as $destNationGeneralID) {