战斗地图点先不销毁

back_recharge
jiahuiwen 2019-03-26 15:37:53 +08:00
parent 30c154d407
commit 1ff4143220
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class FightAndDestroyPointBehavior extends BaseBehavior {
public boolean process(User user, int[][] behaviorTypeValues, MapInfoProto.EventUpdateResponse.Builder eventUpdateResponse) throws Exception {
BehaviorUtil.updateMission(user, behaviorTypeValues[0][0], eventUpdateResponse);
BehaviorUtil.fightReady(user.getId(), behaviorTypeValues[0][1]);
BehaviorUtil.distoryPoint(user, behaviorTypeValues[0][2]);
// BehaviorUtil.distoryPoint(user, behaviorTypeValues[0][2]);
return true;
}
}