事件点触发方式

back_recharge
jiahuiwen 2019-03-21 15:28:21 +08:00
parent 04c60c2ac9
commit f6f1cac98e
1 changed files with 2 additions and 2 deletions

View File

@ -417,9 +417,9 @@ public class MapLogic {
}
}
if (mapPointConfig.getTriggerRules() == 1) {
cell = mapManager.getMapInfo().get(mapManager.getCurXY());
} else {
cell = mapManager.getMapInfo().get(mapManager.getTriggerXY());
} else {
cell = mapManager.getMapInfo().get(mapManager.getCurMapId());
}
// 检测该事件点是否已被销毁