@@ -8,7 +8,7 @@
5,
6
],
- "bigMapPrefabName": "PengLaiDaoBigMapPanel",
+ "bigMapPrefabName": "",
"bigMapId": [
1,
2,
@@ -33,7 +33,7 @@ public int[] mpDesc;
/// <summary>
- ///大地图预制件名称
+ ///带地图预制件名称
/// </summary>
public string bigMapPrefabName;
@@ -169,7 +169,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
//神识场景事件
- List<EventConfig> candidateEvents = eventConfigs.Where(e => bigMap.DivineSenseGeneralEvent.Contains(e.ID) && CanTriggerEvent(e.ID) && e.EventQuality == quality && !BagIsEvent(e.ID)).ToList();
+ List<EventConfig> candidateEvents = eventConfigs.Where(e => bigMap.ZhixianID.Contains(e.ID) && CanTriggerEvent(e.ID) && e.EventQuality == quality && !BagIsEvent(e.ID)).ToList();
if (candidateEvents.Count == 0 && globalEvents.Count == 0)
{