SGP: postpone event season_pass

This commit is contained in:
Pakin 2024-07-26 08:49:55 +07:00
parent 0ad55e86d9
commit 8d0133c6b3
4 changed files with 15 additions and 12 deletions

View file

@ -8,22 +8,24 @@ Var SeasonTrick = CountryRootPath + "xml/event/season_pass/"
If SystemDateMonthInt = 7 Then
If SystemDateDayInt >= 22 Then
If SystemDateDayInt >= 29 Then
Var Season1 = "true"
Else
Var Season1 = "false"
EndIf
EndIf
If SystemDateMonthInt = 8 Then
If SystemDateDayInt <= 4 Then
If SystemDateDayInt <= 11 Then
Var Season1 = "true"
Else
Var Season1 = "false"
EndIf
If SystemDateDayInt > 4 Then
If SystemDateDayInt < 19 Then
If SystemDateDayInt > 11 Then
If SystemDateDayInt < 26 Then
Var Season2 = "true"
Else
Var Season2 = "false"
@ -36,7 +38,7 @@ EndIf
If SystemDateMonthInt = 9 Then
If SystemDateDayInt = 1 Then
If SystemDateDayInt < 9 Then
Var Season3 = "true"
EndIf
EndIf
@ -68,5 +70,3 @@ Else
EndIf
EndIf
EndIf