From c8d3e3bc65d9d1021c41b07fbbedd0c6afeb2b8c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 10 六月 2025 23:57:22 +0800
Subject: [PATCH] 0312 版本号统一显示格式;表格重复加载;去除登录界面音乐;隐私界面调整;界面存在动画才增加根节点,无动画时默认组件可交互,点击空关闭mask的层级问题

---
 Main/Config/Configs/NPCConfig.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/NPCConfig.cs b/Main/Config/Configs/NPCConfig.cs
index 8332b51..a19878b 100644
--- a/Main/Config/Configs/NPCConfig.cs
+++ b/Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�5鏈�19鏃�
+//    [  Date ]:           2025骞�5鏈�22鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -81,6 +81,7 @@
 
     public override void LoadConfig(string input)
     {
+        try {
         string[] tables = input.Split('\t');
         int.TryParse(tables[0],out NPCID); 
 
@@ -211,5 +212,10 @@
 			int.TryParse(tables[57],out NPCSpeakID); 
 
 			Equips = tables[58];
+        }
+        catch (Exception exception)
+        {
+            Debug.LogError(exception);
+        }
     }
 }

--
Gitblit v1.8.0