From 813ada778bf343bc068c212f89c638de6ae5af24 Mon Sep 17 00:00:00 2001 From: Lawin0129 <56766256+Lawin0129@users.noreply.github.com> Date: Wed, 5 Jan 2022 02:55:55 +0000 Subject: [PATCH] Remove upgrade llama sale, change regular price to 0 --- responses/catalog.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/responses/catalog.json b/responses/catalog.json index b99d3cd..a193191 100644 --- a/responses/catalog.json +++ b/responses/catalog.json @@ -207,11 +207,10 @@ { "currencyType":"MtxCurrency", "currencySubType":"", - "regularPrice":50, + "regularPrice":0, "finalPrice":0, - "saleType":"Strikethrough", "saleExpiration":"9999-12-31T23:59:59.999Z", - "basePrice":50 + "basePrice":0 } ], "categories":[], @@ -748,4 +747,4 @@ ] } ] -} \ No newline at end of file +}