From 862ef8b6cc1ccc7993d3dcd5c1cf0799ec12a752 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 25 二月 2019 18:06:10 +0800
Subject: [PATCH] 6255 【前端】【2.0】神秘商店开发
---
System/MainInterfacePanel/HighSettingTip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 561eea6..4f53f99 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -476,7 +476,7 @@
|| !storeModel.IsNewDay(storeModel.StoreEffectRecord_Key))
return;
- var storeDatas = storeModel.TryGetStoreDatas((int)StoreFunc.WeekStore);
+ var storeDatas = storeModel.TryGetStoreDatas(StoreFunc.MysteryStore);
if (storeDatas != null
&& storeDatas.Count > 0
&& !m_StoreEffect.IsPlaying)
--
Gitblit v1.8.0