fix check fight data

back_recharge
wangyuan 2019-09-02 14:26:21 +08:00
parent 3ee89d5862
commit 7b8f7e8f7e
1 changed files with 3 additions and 0 deletions

View File

@ -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();