From 800370c40bbe308b0c7d33e463f54b1d80ad0b52 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 21 一月 2019 12:01:00 +0800
Subject: [PATCH] 5920 【前端】【1.5.100】诛仙塔功能开发
---
System/MainInterfacePanel/HighSettingTip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 0488b91..0c8667f 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -293,7 +293,7 @@
void RuneTaButton()//绗﹀嵃濉�
{
WindowCenter.Instance.Close<MainInterfaceWin>();
- WindowCenter.Instance.Open<RuneTowerWin>();
+ WindowCenter.Instance.Open<TowerWin>(false, 0);
}
void OpenTreasure()
{
--
Gitblit v1.8.0