강조 수정
This commit is contained in:
@@ -106,12 +106,12 @@ class CreateManyNPC extends \sammo\Event\Action{
|
|||||||
if($genCnt == 1){
|
if($genCnt == 1){
|
||||||
$npcName = $result[0][0];
|
$npcName = $result[0][0];
|
||||||
$josaRa = \sammo\JosaUtil::pick($npcName, '라');
|
$josaRa = \sammo\JosaUtil::pick($npcName, '라');
|
||||||
$logger->pushGlobalActionLog("운영자가 <Y>$npcName</>{$josaRa}는 장수를 생성하였습니다.");
|
$logger->pushGlobalActionLog("<b>운영자</b>가 <Y>$npcName</>{$josaRa}는 장수를 <S>생성</>하였습니다.");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$logger->pushGlobalActionLog("운영자가 장수 {$genCnt}명을 생성하였습니다.");
|
$logger->pushGlobalActionLog("<b>운영자</b>가 <b>장수 <C>{$genCnt}</>명</b>을 <S>생성</>하였습니다.");
|
||||||
}
|
}
|
||||||
$logger->pushGlobalHistoryLog("<b>운영자</>가 <b>장수 <C>{$genCnt}</>명</b>을 <S>생성</>했습니다.", \sammo\ActionLogger::EVENT_YEAR_MONTH);
|
$logger->pushGlobalHistoryLog("<b>운영자</b>가 <b>장수 <C>{$genCnt}</>명</b>을 <S>생성</>했습니다.", \sammo\ActionLogger::NOTICE_YEAR_MONTH);
|
||||||
$logger->flush();
|
$logger->flush();
|
||||||
|
|
||||||
return [__CLASS__, $result];
|
return [__CLASS__, $result];
|
||||||
|
|||||||
Reference in New Issue
Block a user