From 4f708a649f8d7ec4c07de84ec7547a70f13080bf Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 25 四月 2019 19:45:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/InGamePushContainer.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index c02d71b..3cf8e36 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -152,6 +152,7 @@
{
if (betterEquipGetModel.ShowBetterEquipAble())
{
+ ModelCenter.Instance.GetModel<TaskModel>().taskWait.Push(TaskModel.TaskWaitType.BetterEquip);
m_BetterEquipPusher.gameObject.SetActive(true);
m_BetterEquipPusher.ShowBetterEquip();
}
--
Gitblit v1.8.0