From 98152ae74a995513be45998ddc02933c65ca44e0 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Tue, 4 Jul 2023 11:34:55 +0800 Subject: [PATCH] 1 --- webapp/mt/Skill.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/mt/Skill.php b/webapp/mt/Skill.php index 93d9c412..f846e612 100644 --- a/webapp/mt/Skill.php +++ b/webapp/mt/Skill.php @@ -14,8 +14,8 @@ class Skill { } public static function getDefSkill(){ - if (Parameter::getVal("hero_summoner_skill")){ - return Parameter::getVal("hero_summoner_skill"); + if (Parameter::getVal("hero_summoner_skill",'')){ + return Parameter::getVal("hero_summoner_skill",''); }else{ return self::DEFAULT_SKILL; }