SGP: fix blur 2x images, invisible img, wrong small image column
This commit is contained in:
parent
fdc9178397
commit
79583753c0
25 changed files with 1374 additions and 1256 deletions
|
|
@ -7,4 +7,18 @@ Var SeasonFile = CountryRootPath + "xml/event/triple_promotion_s2topleft_and_s2t
|
|||
DEBUGVAR SeasonPass
|
||||
DEBUGVAR SeasonFile
|
||||
|
||||
Var CountEnablePromotion = 0
|
||||
|
||||
If $Sum522101000652210200035221030003 = "Enable" Then
|
||||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
EndIf
|
||||
|
||||
If $Sum5203030049 = "Enable" Then
|
||||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
EndIf
|
||||
|
||||
If $Sum520201003952020200395202030039 = "Enable" Then
|
||||
Var CountEnablePromotion = CountEnablePromotion + 1
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CountEnablePromotion
|
||||
Loading…
Add table
Add a link
Reference in a new issue