From 69964c5ccb8b47702c357b1e29b94a4aa0c29a0b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 15:14:49 +0800
Subject: [PATCH] 3867 【前端】神兽地图优化

---
 System/FindPrecious/DemonJarModel.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/System/FindPrecious/DemonJarModel.cs b/System/FindPrecious/DemonJarModel.cs
index 2b90292..8c0cc6b 100644
--- a/System/FindPrecious/DemonJarModel.cs
+++ b/System/FindPrecious/DemonJarModel.cs
@@ -17,9 +17,10 @@
 
         public const int DEMONJAR_SINGLEMAPID = 52020;
         public const int DEMONJAR_MAPID = 52010;
-        const int DEMONJAR_REDPOINTID = 76005;
 
-        Redpoint redpoint = new Redpoint(DEMONJAR_REDPOINTID);
+        public const int DEMONJAR_REDPOINTID = 77001;
+
+        public Redpoint redpoint = new Redpoint(FindPreciousModel.LOOTPRECIOUs_REDPOINTID, DEMONJAR_REDPOINTID);
 
         bool m_IsDoubleAward = false;
         public bool isDoubleAward {

--
Gitblit v1.8.0