更新事件点

back_recharge
wangyuan 2019-03-29 18:06:25 +08:00
parent 4228fcd592
commit 74d7139b5e
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ public class MapLogic {
cell.setEventId(nextEventId);
mapManager.addOrUpdateCell(mapManager.getCurXY(), cell);
updateMapMission(mapManager,EventType.updateEvent, cell.getEventId(),0);
updateMapMission(mapManager,EventType.updateEvent, pointId,0);
}
if (behaviorType == EventType.dun && eventUpdateResponse.getMissionCount() > 0) {
for (CommonProto.Mission missionProto : eventUpdateResponse.getMissionList()) {