AUS: Added Taste The Journey promotion
This commit is contained in:
parent
3b641a298d
commit
97fccab49f
40 changed files with 4853 additions and 22 deletions
|
|
@ -14,6 +14,7 @@ Var CleanFeedbackFlag = 0
|
|||
|
||||
Var HappyEasterPro = 0
|
||||
Var AutumnBreezePro = 0
|
||||
Var TasteTheJourneyPro = 0
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var HappyEasterPro = 1
|
||||
|
|
@ -23,6 +24,10 @@ If SystemDateMonthInt = 5 Then
|
|||
Var AutumnBreezePro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
Var TasteTheJourneyPro = 1
|
||||
EndIf
|
||||
|
||||
Var XMLLiveInfoEnable = 1
|
||||
|
||||
DEBUGVAR Propepsi99Enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue