fix: 진행 중 $rng 호출 관련 버그 수정

This commit was merged in pull request #219.
This commit is contained in:
2022-05-17 23:28:31 +09:00
parent 9efe7ba171
commit 07f2042d42
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ class TurnExecutionHelper
updateQuaterly();
disaster($monthlyRng);
tradeRate($monthlyRng);
addAge();
addAge($monthlyRng);
// 새해 알림
$logger->pushGlobalActionLog("<C>{$gameStor->year}</>년이 되었습니다.");
$logger->flush(); //TODO: globalAction류는 전역에서 관리하는것이 좋을 듯.