事件点触发方式
parent
04c60c2ac9
commit
f6f1cac98e
|
@ -417,9 +417,9 @@ public class MapLogic {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (mapPointConfig.getTriggerRules() == 1) {
|
if (mapPointConfig.getTriggerRules() == 1) {
|
||||||
cell = mapManager.getMapInfo().get(mapManager.getCurXY());
|
|
||||||
} else {
|
|
||||||
cell = mapManager.getMapInfo().get(mapManager.getTriggerXY());
|
cell = mapManager.getMapInfo().get(mapManager.getTriggerXY());
|
||||||
|
} else {
|
||||||
|
cell = mapManager.getMapInfo().get(mapManager.getCurMapId());
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检测该事件点是否已被销毁
|
// 检测该事件点是否已被销毁
|
||||||
|
|
Loading…
Reference in New Issue