fix pokenmon
parent
e26857c2a5
commit
31ffa233f1
|
@ -946,6 +946,9 @@ public class HeroLogic {
|
|||
pokenSkillResult.append(sDifferDemonsStageConfig.getPassiveSkillString()).append("|");
|
||||
}
|
||||
String s = pokenSkillResult.toString();
|
||||
if(StringUtil.isEmpty(s)){
|
||||
return "";
|
||||
}
|
||||
return s.substring( 0,(s.length()-1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue