lzx vor 1 Tag
Ursprung
Commit
18e1bcb8d6

+ 1 - 1
Assets/Res/Config/WorldMapConfig.json

@@ -8,7 +8,7 @@
         5,
         6
       ],
-      "bigMapPrefabName": "PengLaiDaoBigMapPanel",
+      "bigMapPrefabName": "",
       "bigMapId": [
         1,
         2,

+ 1 - 1
Assets/Scripts/GameData/ExcelConfig/WorldMapConfig.cs

@@ -33,7 +33,7 @@ public int[] mpDesc;
 
 
 		/// <summary>
-		///地图预制件名称
+		///地图预制件名称
 		/// </summary>
 public string bigMapPrefabName;
 

+ 1 - 1
Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

@@ -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)
             {

BIN
Excel2Json/Excel/Maps.xlsx