From fcc6ef642c12ba13151b2fcd1dd2c99608a9e9a7 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期六, 01 九月 2018 17:34:38 +0800
Subject: [PATCH] 1797 仙盟商店等级不足4级无东西可买有红点提示
---
System/Store/StoreModel.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 25a4299..fc5149c 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -222,6 +222,7 @@
{
ControllerRedPoint();
}
+
}
private void RefreshServerHour()
@@ -529,11 +530,6 @@
}
}
}
- else
- {
- return true;
- }
-
return false;
}
--
Gitblit v1.8.0