feat: 1, 7월마다 유산 포인트 rank_data 통계를 냄
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user