1
This commit is contained in:
parent
b8b5d01f5a
commit
98152ae74a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user