From bcd8d6f3711aaf07623d192a956dff94872ad4af Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 08 一月 2026 18:06:46 +0800
Subject: [PATCH] 251 每日特惠-客户端 商店物品增加专属标识

---
 Main/Config/Configs/StoreConfig.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Main/Config/Configs/StoreConfig.cs b/Main/Config/Configs/StoreConfig.cs
index 5f4f915..02c85ce 100644
--- a/Main/Config/Configs/StoreConfig.cs
+++ b/Main/Config/Configs/StoreConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�12鏈�8鏃�
+//    [  Date ]:           2026骞�1鏈�8鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -29,6 +29,7 @@
 	public int MoneyOriginal;
 	public int UnlockType;
 	public int UnlockValue;
+	public int IsExclusive;
 	public string Name;
 
     public override int LoadKey(string _key)
@@ -67,7 +68,9 @@
 
 			int.TryParse(tables[12],out UnlockValue); 
 
-			Name = tables[13];
+			int.TryParse(tables[13],out IsExclusive); 
+
+			Name = tables[14];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0