From 82931aabaaa3e479bc04e11630a77cd9c9dd5fe3 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 26 十月 2018 20:05:36 +0800
Subject: [PATCH] Merge branch 'master' into leonard
---
System/DailyQuest/DayRemind.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/System/DailyQuest/DayRemind.cs b/System/DailyQuest/DayRemind.cs
index a18bf9d..25ee591 100644
--- a/System/DailyQuest/DayRemind.cs
+++ b/System/DailyQuest/DayRemind.cs
@@ -42,7 +42,6 @@
public const string POTENTIAL_NO_NOTIFY = "PotentialNoNotify";
public const string FLASHSALE_REDPOINT = "FlashSale_Redpoint";
public const string OSTIMEGIFT_REDPOINT = "OSTimeGift_Redpoint";
- public const string OSGIFT_REDPOINT = "OSGitf_Redpoint";
public const string TASK_SKILL_HOLE = "TaskSkillHole";
public const string RUNE_SPECIAL_HOLE = "RuneSpecialHole";
public const string LEAGUE_NOTICE_REDPOINT = "LeagueNoticeRedpoint";
@@ -97,7 +96,6 @@
SetDayRemind(POTENTIAL_NO_NOTIFY);
SetDayRemind(FLASHSALE_REDPOINT);
SetDayRemind(OSTIMEGIFT_REDPOINT);
- SetDayRemind(OSGIFT_REDPOINT);
SetDayRemind(TASK_SKILL_HOLE);
SetDayRemind(RUNE_SPECIAL_HOLE);
SetDayRemind(LEAGUE_NOTICE_REDPOINT);
--
Gitblit v1.8.0