From c5550b8ce292a2c645a1bf6d4576c46dfcf8dd60 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Wed, 8 May 2019 16:05:56 +0800 Subject: [PATCH] 1 --- webapp/controller/SupplyBoxController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SupplyBoxController.class.php b/webapp/controller/SupplyBoxController.class.php index 1749192..d61778c 100644 --- a/webapp/controller/SupplyBoxController.class.php +++ b/webapp/controller/SupplyBoxController.class.php @@ -212,7 +212,7 @@ class SupplyBoxController{ ':accountid' => $account_id, ':coin_num' => $item_num + $row1['coin_num'] )); - } else { + } else if($item_id > 13000 && $item_id < 14000){ $this->addReward($item_id, $item_num, $account_id); } $quest = new classes\Quest();