THAI: update collect point promotion

This commit is contained in:
Kenta420 2024-06-04 16:53:30 +07:00
parent 8956e44973
commit e6f873e8eb
4 changed files with 20 additions and 1 deletions

View file

@ -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