back_recharge
lvxinran 2019-08-06 18:03:16 +08:00
parent bac1c1b85d
commit 69ca68785c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class KillMonsterAccProcessor implements BaseMissionProcesor{
if(missionValue==-1){
return missionValue;
}
for(int i = 1 ; i <configValues.length;i++){
for(int i = 1 ; i <configValues[0].length;i++){
if(eventId!=configValues[0][i]){
continue;
}