From 7da5f5b780af330ecda645f5538e0917bd9eeb01 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 26 九月 2018 19:37:20 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能
---
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