From d9dfbfef6373c0a0c8686f6d984c418dc85340c6 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 22 十月 2019 22:40:47 +0800
Subject: [PATCH] 0312 购买背包格子使用灵石
---
System/KnapSack/New/ExtendWin.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/KnapSack/New/ExtendWin.cs b/System/KnapSack/New/ExtendWin.cs
index 3285f1a..80691fe 100644
--- a/System/KnapSack/New/ExtendWin.cs
+++ b/System/KnapSack/New/ExtendWin.cs
@@ -162,7 +162,8 @@
SysNotifyMgr.Instance.ShowTip("GoldErr");
return;
}
- WindowCenter.Instance.Open<RechargeTipWin>();
+ //WindowCenter.Instance.Open<RechargeTipWin>();
+ SysNotifyMgr.Instance.ShowTip("LackMoney", 2);
}
}
--
Gitblit v1.8.0