fix: 특정 메시지는 문장 부호 없이 끝맺던 것을 일관성 있는 방향으로 수정
This commit is contained in:
+1
-1
@@ -1951,7 +1951,7 @@ function nextRuler(General $general)
|
||||
$josaYi = JosaUtil::pick($nextRulerName, '이');
|
||||
|
||||
$nextRulerLogger = new ActionLogger($nextRulerID, $nationID, $year, $month);
|
||||
$nextRulerLogger->pushGlobalHistoryLog("<C><b>【유지】</b></><Y>{$nextRulerName}</>{$josaYi} <D><b>{$nationName}</b></>의 유지를 이어 받았습니다");
|
||||
$nextRulerLogger->pushGlobalHistoryLog("<C><b>【유지】</b></><Y>{$nextRulerName}</>{$josaYi} <D><b>{$nationName}</b></>의 유지를 이어 받았습니다.");
|
||||
$nextRulerLogger->pushGeneralHistoryLog("<C><b>【유지】</b></><Y>{$nextRulerName}</>{$josaYi} <D><b>{$nationName}</b></>의 유지를 이어 받음.");
|
||||
$nextRulerLogger->flush();
|
||||
// 장수 삭제 및 부대처리는 checkTurn에서
|
||||
|
||||
Reference in New Issue
Block a user