From a5d422cc36ec04f92b3dc05aa7ddb802ced97401 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 9 Apr 2025 13:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=A3=85=E5=A4=87=E8=BF=9B?= =?UTF-8?q?=E9=98=B6=E5=86=B7=E5=8D=B4=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/EquipController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/EquipController.class.php b/webapp/controller/EquipController.class.php index fc187e6..529e21b 100644 --- a/webapp/controller/EquipController.class.php +++ b/webapp/controller/EquipController.class.php @@ -1047,7 +1047,7 @@ class EquipController{ $active_time = time(); $sub_list = $this->getExplode($e['equip_upgradetime']); - $sub_time = $sub_list[$lv][0]; + $sub_time = 0;//$sub_list[$lv][0]; if ($sub_time == 0) { $active_time = 0; $flag = 1;