fix check fight data
parent
3ee89d5862
commit
7b8f7e8f7e
|
@ -185,6 +185,9 @@ public class FightDataUtil {
|
|||
for (int j = 0; j < skills.length; j++) {
|
||||
if (skills[j].length()>0){
|
||||
String[] unitSkill = skills[j].split("#");
|
||||
if(unitSkill.length==0){
|
||||
continue;
|
||||
}
|
||||
LuaValue passivityDataPer= new LuaTable();
|
||||
for(int i=0;i<unitSkill.length;i++){
|
||||
LuaValue detail = new LuaTable();
|
||||
|
|
Loading…
Reference in New Issue