From 14566ef9298fb5ef38792f644b42673058dd07c3 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 18 三月 2026 02:13:18 +0800
Subject: [PATCH] 515 【挑战】PVP群英榜

---
 Main/System/Store/StoreModel.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Main/System/Store/StoreModel.cs b/Main/System/Store/StoreModel.cs
index ba391f2..32856e4 100644
--- a/Main/System/Store/StoreModel.cs
+++ b/Main/System/Store/StoreModel.cs
@@ -41,7 +41,7 @@
     public Dictionary<int, List<int>> freeShopDict = new Dictionary<int, List<int>>();  //鍏嶈垂鍟嗗搧 鍟嗗簵绫诲瀷锛氬晢鍝佸垪琛�
     public Dictionary<int, int> shopMoneyTypeDict = new Dictionary<int, int>();
 
-    public const int skinStoreType = 16;
+
 
     public override void Init()
     {
@@ -621,9 +621,11 @@
     DailySpecialsFree = 8, //8: 姣忔棩鐗规儬-姣忔棩鐗规儬鍏嶈垂
     DailyGiftFree = 9, //9: 姣忔棩鐗规儬-姣忔棩绀煎寘鍏嶈垂
     WeeklyGiftFree = 10, //10: 姣忔棩鐗规儬-姣忓懆绀煎寘鍏嶈垂
+    HeroSkin = 16, //16: 鏃惰鍟嗗簵
     OSBeautyMM = 17, //17: 绾㈤鍐叉绀煎寘
     OSHeroTrain = 18, //18: 姝﹀皢鍐叉绀煎寘
     OSMingge = 19, //19: 鍛芥牸鍐叉绀煎寘
+    Qunying = 20, //20: 缇よ嫳绉垎鍟嗗簵
 }
 
 

--
Gitblit v1.8.0