diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 495d525c..3f3bd35e 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -847,9 +847,9 @@ class MarketController extends BaseController { $search_filter_array = array(); } - $lv_filter = getReqVal('lv_filter', 15); - $quality_filter = getReqVal('quality_filter', 15); - $durability_filter = getReqVal('durability_filter', 15); + $lv_filter = getReqVal('lv_filter', 0); + $quality_filter = getReqVal('quality_filter', 0); + $durability_filter = getReqVal('durability_filter', 0); $rows = $this->getNftListByAccountAndType($account, $type, $order_method, $order_asc, $job_filter_array, $search_filter_array, $lv_filter, $quality_filter, $durability_filter); @@ -915,23 +915,6 @@ class MarketController extends BaseController { ) ); $this->_rspOk(); - // 1027099990010021 -// 1027099971010019 -// 1026675410010003 -// 1026668659010002 -// 1027098176010009 -// 1027098182010010 -// 1027099974010020 -// 1027099993010022 -// 1027100012010023 -// 1027100015010024 -// 1027100017010025 -// 1027100019010026 -// 110100 -// 1027101078010027 -// 1027099993010022 -// 110100 -// 1027099971010019 } public function buyNft() {