From a2eb2a1b8d4048e83bd48e5ffbfd3dedbfee20ac Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 03 十二月 2018 13:44:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index d51b851..2e50561 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -1133,7 +1133,7 @@
     public const int StoreFunc3_RedKey = 2203;
     public const int StoreFunc4_RedKey = 2204;
     public const int StoreFunc5_RedKey = 2205;
-    public Redpoint storeFuncPoint = new Redpoint(MainRedDot.RedPoint_UpFuncBase,StoreFunc_RedKey);
+    public Redpoint storeFuncPoint = new Redpoint(StoreFunc_RedKey);
     public Redpoint storeFunc1Point = new Redpoint(StoreFunc_RedKey,StoreFunc1_RedKey);
     public Redpoint storeFunc2Point = new Redpoint(StoreFunc_RedKey,StoreFunc2_RedKey);
     public Redpoint storeFunc3Point = new Redpoint(StoreFunc_RedKey,StoreFunc3_RedKey);

--
Gitblit v1.8.0