From d1b4f76d85e4f8f2d219e7c8d76510fee2441d8f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 13 二月 2019 11:59:37 +0800
Subject: [PATCH] 3335 信息提示优化

---
 System/FindPrecious/DemonJarWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/FindPrecious/DemonJarWin.cs b/System/FindPrecious/DemonJarWin.cs
index 8322cac..6a0c655 100644
--- a/System/FindPrecious/DemonJarWin.cs
+++ b/System/FindPrecious/DemonJarWin.cs
@@ -153,7 +153,7 @@
         {
             if ((totalTimes - enterTimes) >= DemonJarModel.TOTALTIME_LIMIT)
             {
-                MessageWin.Inst.ShowFixedTip(Language.Get("DemonJar18"));
+                ServerTipDetails.DisplayNormalTip(Language.Get("DemonJar18"));
             }
             else
             {

--
Gitblit v1.8.0