From c2d2d5d3a840bf50968b3f95e304929bc62a7b70 Mon Sep 17 00:00:00 2001
From: leonard Wu <364452445@qq.com>
Date: 星期五, 03 八月 2018 21:02:26 +0800
Subject: [PATCH] 更新代码
---
System/DailyQuest/DailyQuestModel.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/DailyQuest/DailyQuestModel.cs b/System/DailyQuest/DailyQuestModel.cs
index a0436c8..50794c8 100644
--- a/System/DailyQuest/DailyQuestModel.cs
+++ b/System/DailyQuest/DailyQuestModel.cs
@@ -20,12 +20,14 @@
const int ACTIVEVALUE_REDPOINT = 78004;
const int REALMPOINT_REPOINT = 78005;
const int DAILYQUEST_REDPOINTIDBASE = 78100;
+ const int TRIALEXCHANGE_REDPOINTID = 78006;
Redpoint dailyQuestRedpoint = new Redpoint(DAILYQUEST_REDPOINTID);
public Redpoint everyDayRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, EVERYDAY_REDPOINTID);
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