back_recharge
wangyuan 2019-10-27 16:37:24 +08:00
parent 3df321bc11
commit b0ef60d864
1 changed files with 3 additions and 0 deletions

View File

@ -233,6 +233,9 @@ public class CBean2Proto {
length++;
}
for (Integer i : sMonsterConfig.getPassiveSkillList()){
if(i==0){
continue;
}
monsterSkillList.append(i).append("#");
}
}