back_recharge
jiahuiwen 2019-05-31 17:01:05 +08:00
parent 124272a244
commit e4c1867bae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class MonitorMissionBehavior extends BaseBehavior {
boolean b = BehaviorUtil.updateMission(user, eventUpdateResponse);
user.getMapManager().setMonsterId(behaviorTypeValues[0][0]);
for (int i = 1; i < behaviorTypeValues.length; i++) {
BehaviorUtil.addBehaviorInfo(behaviorTypeValues[i][3], user.getMapManager(), behaviorTypeValues[i][0], behaviorTypeValues[i][1], behaviorTypeValues[i][2]);
BehaviorUtil.addBehaviorInfo(user, behaviorTypeValues[i][3], user.getMapManager(), behaviorTypeValues[i][0], behaviorTypeValues[i][1], behaviorTypeValues[i][2]);
}
return b;
}