FIX CARD TYPE

This commit is contained in:
CHIEFSOFT\ameye
2023-05-30 17:19:20 -04:00
parent 7579c55e68
commit 14bd768002
+1 -1
View File
@@ -263,7 +263,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
out[vname] = "his is the family not login text DESCRIPTIOON - This is the offer available text";
snprintf(vname, sizeof (vname), "card_type_%05d", ic);
out[vname] = "FAMILY_NOLOGIN";
out[vname] = "COUPONS";
snprintf(vname, sizeof (vname), "offer_id_%05d", ic);
out[vname] = "0";