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/SkinStoreLineCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Store/SkinStoreLineCell.cs b/Main/System/Store/SkinStoreLineCell.cs
index c71f498..d637c35 100644
--- a/Main/System/Store/SkinStoreLineCell.cs
+++ b/Main/System/Store/SkinStoreLineCell.cs
@@ -10,7 +10,7 @@
public void Display(int index)
{
- var list = StoreModel.Instance.storeTypeDict[StoreModel.skinStoreType];
+ var list = StoreModel.Instance.storeTypeDict[(int)StoreFunc.HeroSkin];
for (int i = 0; i < storeCells.Length; i++)
{
--
Gitblit v1.8.0