SGP: postpone event season_pass
This commit is contained in:
parent
0ad55e86d9
commit
8d0133c6b3
4 changed files with 15 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue