game: 국력 계산식에 '벌점' 제거

This commit is contained in:
2023-07-07 10:57:50 +00:00
parent 33759d24e5
commit 1e0875ae73
-1
View File
@@ -301,7 +301,6 @@ function postUpdateMonthly(RandUtil $rng)
WHERE g.nation = A.nation)
+(select round(sum(dex1+dex2+dex3+dex4+dex5)/1000) from general where nation=A.nation)
+(select round(sum(experience+dedication)/100) from general where nation=A.nation)
+(select round(avg(connect)) from general where nation=A.nation)
)/10)
as power,
(select sum(crew) from general where nation=A.nation) as totalCrew