Remove upgrade llama sale, change regular price to 0

This commit is contained in:
Lawin0129
2022-01-05 02:55:55 +00:00
committed by GitHub
parent 2460002e05
commit 813ada778b

View File

@@ -207,11 +207,10 @@
{ {
"currencyType":"MtxCurrency", "currencyType":"MtxCurrency",
"currencySubType":"", "currencySubType":"",
"regularPrice":50, "regularPrice":0,
"finalPrice":0, "finalPrice":0,
"saleType":"Strikethrough",
"saleExpiration":"9999-12-31T23:59:59.999Z", "saleExpiration":"9999-12-31T23:59:59.999Z",
"basePrice":50 "basePrice":0
} }
], ],
"categories":[], "categories":[],
@@ -748,4 +747,4 @@
] ]
} }
] ]
} }