From e102e4a814c25aa42017ac962d88bfbfc8d279de Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 09 一月 2019 15:29:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/GatheringSoul/GatheringSoulModel.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/System/GatheringSoul/GatheringSoulModel.cs b/System/GatheringSoul/GatheringSoulModel.cs
index 511d0de..e829fbb 100644
--- a/System/GatheringSoul/GatheringSoulModel.cs
+++ b/System/GatheringSoul/GatheringSoulModel.cs
@@ -85,15 +85,15 @@
 
         public const int RARA_GATHERSOUL_QUALITY = 3;
 
-        const int GATHERSOUL_REDPOINT_BASE = 10102;
-        const int GATHERSOUL_REDPOINT_DEEP = 1010200;
+        const int GATHERSOUL_REDPOINT_BASE = 10104;
+        const int GATHERSOUL_REDPOINT_DEEP = 1010400;
         static int redpointIndex = 5;
 
         public readonly Redpoint redpoint = new Redpoint(101, GATHERSOUL_REDPOINT_BASE);
-        public readonly Redpoint equipRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010201);
-        public readonly Redpoint replaceRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010202);
-        public readonly Redpoint resolveRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010203);
-        public readonly Redpoint levelUpRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010204);
+        public readonly Redpoint equipRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010401);
+        public readonly Redpoint replaceRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010402);
+        public readonly Redpoint resolveRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010403);
+        public readonly Redpoint levelUpRedpoint = new Redpoint(GATHERSOUL_REDPOINT_BASE, 1010404);
 
         static readonly IComparer<int> soulPackSort = new GatherSoulPackSort();
         static readonly IEqualityComparer<int> holeItemTypeDistinct = new HoleItemTypeDistinct();

--
Gitblit v1.8.0