feat: 1, 7월마다 유산 포인트 rank_data 통계를 냄

This commit is contained in:
2022-05-10 01:59:10 +09:00
parent fa5546874a
commit 91bc734612
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -411,6 +411,7 @@ class TurnExecutionHelper
// 분기계산. 장수들 턴보다 먼저 있다면 먼저처리
if ($gameStor->month == 1) {
processSumInheritPointRank();
processSpring();
processGoldIncome();
updateYearly();
@@ -425,6 +426,7 @@ class TurnExecutionHelper
updateQuaterly();
disaster();
} elseif ($gameStor->month == 7) {
processSumInheritPointRank();
processFall();
processRiceIncome();
updateQuaterly();