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/Dungeon/MultipleDifficultyDungeonWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Dungeon/MultipleDifficultyDungeonWin.cs b/System/Dungeon/MultipleDifficultyDungeonWin.cs
index 671b35b..3ba3026 100644
--- a/System/Dungeon/MultipleDifficultyDungeonWin.cs
+++ b/System/Dungeon/MultipleDifficultyDungeonWin.cs
@@ -160,7 +160,7 @@
SysNotifyMgr.Instance.ShowTip("Multiple_UpLV", dungeonConfig.LVLimitMin);
break;
case 2:
- MessageWin.Inst.ShowFixedTip(Language.Get("InsufficientTL_Z"));
+ ServerTipDetails.DisplayNormalTip(Language.Get("InsufficientTL_Z"));
break;
case 3:
var requireLineId = model.selectedKylinDungeon.lineId - 1;
--
Gitblit v1.8.0