System/BossShow/BossShowModel.cs
@@ -43,10 +43,19 @@ public void StartBossShow(int npcId) { if (!ActorShowConfig.GetActorShowModel(PlayerDatas.Instance.baseData.MapID, npcId, out actorShowModel)) { return; } Start(PlayerDatas.Instance.baseData.MapID, npcId); } public void Start(int mapId, int npcId) { try { reqDungeonLineId = -1; if (!ActorShowConfig.GetActorShowModel(PlayerDatas.Instance.baseData.MapID, npcId, out actorShowModel)) if (!ActorShowConfig.GetActorShowModel(mapId, npcId, out actorShowModel)) { return; }