From 3516aa0b310326af811caf3dfd810e7037d0b054 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Thu, 4 Jul 2019 17:35:21 +0800 Subject: [PATCH] 1 --- webapp/controller/SkinController.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webapp/controller/SkinController.class.php b/webapp/controller/SkinController.class.php index 7b2d0d4..b9b23b1 100644 --- a/webapp/controller/SkinController.class.php +++ b/webapp/controller/SkinController.class.php @@ -407,10 +407,6 @@ class SkinController{ phpcommon\sendError(ERR_USER_BASE + 2,'没有这个皮肤'); return; } - if($s['skin_experience'] == 0){ - phpcommon\sendError(ERR_USER_BASE + 3,'皮肤不可以体验'); - return; - } $time = 0; $ex_level = 0; $ex_type = 0;