From 1fd5714a8721a45527eeec1889ea280bbe07fb28 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 12 四月 2019 19:22:54 +0800
Subject: [PATCH] 3335 宗门试炼删除兑换逻辑

---
 System/DailyQuest/DailyQuestModel.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/System/DailyQuest/DailyQuestModel.cs b/System/DailyQuest/DailyQuestModel.cs
index d6c86b6..37332d5 100644
--- a/System/DailyQuest/DailyQuestModel.cs
+++ b/System/DailyQuest/DailyQuestModel.cs
@@ -26,7 +26,6 @@
         public Redpoint timeLimitRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, TIMELIMIT_REDPOINTID);
         Redpoint activeValueRedpoint = new Redpoint(EVERYDAY_REDPOINTID, ACTIVEVALUE_REDPOINT);
         Redpoint realmPointRedpoint = new Redpoint(EVERYDAY_REDPOINTID, REALMPOINT_REPOINT);
-        public Redpoint trialExchangeRedpoint = new Redpoint(EVERYDAY_REDPOINTID, TRIALEXCHANGE_REDPOINTID);
 
         int m_DailyQuestTotalActiveValue = 150;
         public int dailyQuestTotalActiveValue {

--
Gitblit v1.8.0