From 2448dd0ee40f6ae9f88c9a14e2a1c8b9fd3cb546 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 15 二月 2019 15:28:12 +0800
Subject: [PATCH] 3000 【1.6】已经领取完奖励的成就,在过天后,任务会显示成 未达成 状态
---
System/OpenServerActivity/EntryInformationCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/OpenServerActivity/EntryInformationCell.cs b/System/OpenServerActivity/EntryInformationCell.cs
index a678225..8f1406e 100644
--- a/System/OpenServerActivity/EntryInformationCell.cs
+++ b/System/OpenServerActivity/EntryInformationCell.cs
@@ -106,7 +106,7 @@
}
else
{
- if (rewardNum !=0&& number >= rewardNum)//宸茬粡棰嗗畬
+ if (rewardNum !=0&& rewardNum >= number)//宸茬粡棰嗗畬
{
m_Btn.gameObject.SetActive(false);
m_Miss.SetActive(false);
--
Gitblit v1.8.0