From f01c661ad821d6f91bef47997a3c01e64f34337c Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 31 Mar 2025 22:01:32 +0800 Subject: [PATCH] fix --- webapp/controller/SoloController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SoloController.class.php b/webapp/controller/SoloController.class.php index 2c3e29e..c914339 100644 --- a/webapp/controller/SoloController.class.php +++ b/webapp/controller/SoloController.class.php @@ -721,7 +721,7 @@ class SoloController $fixedawards = explode('|', $reqlevelcfg['fixedreward']); $addexp = $medalcost * 10; //1点体力=10点经验 foreach ($fixedawards as $fixitem) { - $itemstrs = explode('|', $fixitem); + $itemstrs = explode(':', $fixitem); if (count($itemstrs) < 2) { continue; }