THAI: update collect point promotion
This commit is contained in:
parent
8956e44973
commit
e6f873e8eb
4 changed files with 20 additions and 1 deletions
|
|
@ -109,6 +109,7 @@ Var FromNamHomCoconutPro = 0
|
|||
Var NamHomCoconutRewardOutOfStock = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
Var ShouldCollectPromotionPoint = 0
|
||||
|
||||
Var NewFlowPaymentCode = 0
|
||||
|
||||
|
|
@ -439,3 +440,10 @@ EndIf
|
|||
|
||||
DEBUGVAR FreePowerup
|
||||
|
||||
|
||||
|
||||
; Control collect promotion point behavior
|
||||
|
||||
If NamHomCoconutPro = 1 Then
|
||||
Var ShouldCollectPromotionPoint = 1
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue