From 3df5e13b4ba763353dd5870b4917bd6c8f9a5adc Mon Sep 17 00:00:00 2001 From: Kenta420 Date: Thu, 8 Feb 2024 13:09:25 +0700 Subject: [PATCH] THAI: Fix wrong variable again --- xml/page_collect_point_1.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/page_collect_point_1.xml b/xml/page_collect_point_1.xml index ed949573..f001ca73 100644 --- a/xml/page_collect_point_1.xml +++ b/xml/page_collect_point_1.xml @@ -110,7 +110,7 @@ DEBUGVAR PepweenCollectPoint - DEBUGVAR BadValentineEnable + DEBUGVAR ProBadValentineEnable DEBUGVAR FromBadValentinePro If Seeker.TNumberTaobinCredit = "" Then @@ -163,7 +163,7 @@ EndIf EndIf - If BadValentineEnable = 1 Then + If ProBadValentineEnable = 1 Then If FromBadValentinePro = 1 Then GETACCEXT TelephoneNumber 32 Open "ROOT/taobin_project/xml/event/bad_valentine/page_collect_point_pro_bad_valentine_2.xml" @@ -208,7 +208,7 @@ EndIf EndIf - If BadValentineEnable = 1 Then + If ProBadValentineEnable = 1 Then If FromBadValentinePro = 1 Then GETACCEXT TelephoneNumber 32 Open "ROOT/taobin_project/xml/event/bad_valentine/page_collect_point_pro_bad_valentine_2.xml" @@ -698,7 +698,7 @@ EndIf EndIf - If BadValentineEnable = 1 Then + If ProBadValentineEnable = 1 Then If FromBadValentinePro = 1 Then GETACCEXT TelephoneNumber 32 Open "ROOT/taobin_project/xml/event/bad_valentine/page_collect_point_pro_bad_valentine_2.xml"