fix map mission

back_recharge
wangyuan 2019-08-09 11:14:33 +08:00
parent 727cee1960
commit 516c45c2da
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class ThirtyNineBehavior extends BaseBehavior {
@Override
public boolean process(int optionId, User user, int[][] behaviorTypeValues, MapInfoProto.EventUpdateResponse.Builder eventUpdateResponse) throws Exception {
BehaviorUtil.updateMission(user, eventUpdateResponse);
// BehaviorUtil.updateMission(user, eventUpdateResponse);
String readyInfo = behaviorTypeValues[0][0] + "#" + Integer.toString(optionId);
BehaviorUtil.fightReady(user.getId(), readyInfo);
return true;