类型10 特殊处理
parent
93239139c1
commit
2897ad08ba
|
@ -519,8 +519,8 @@ public class MapLogic {
|
||||||
cell = mapManager.getMapInfo().get(mapManager.getCurXY());
|
cell = mapManager.getMapInfo().get(mapManager.getCurXY());
|
||||||
}
|
}
|
||||||
int nextEventId = 0;
|
int nextEventId = 0;
|
||||||
// 战斗事件需要放到战斗胜利
|
// 战斗事件需要放到战斗胜利(10 类型需要特殊处理)
|
||||||
if (baseBehavior == null || !baseBehavior.isFightBehavior()) {
|
if (baseBehavior == null || !baseBehavior.isFightBehavior()|| behaviorType == EventType.monitorMission) {
|
||||||
// 检测该事件点是否已被销毁
|
// 检测该事件点是否已被销毁
|
||||||
if (cell != null) {
|
if (cell != null) {
|
||||||
nextEventId = getNextEventId(user, cell, sOptionConfig);
|
nextEventId = getNextEventId(user, cell, sOptionConfig);
|
||||||
|
|
Loading…
Reference in New Issue