更新事件点
parent
4228fcd592
commit
74d7139b5e
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue