From 6102258de40f51e6262de5ea0f40928ea9e835e4 Mon Sep 17 00:00:00 2001
From: client_LCJ <461730578@qq.com>
Date: 星期五, 10 八月 2018 20:57:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/KnapSack/Logic/EquipTip.cs |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/System/KnapSack/Logic/EquipTip.cs b/System/KnapSack/Logic/EquipTip.cs
index 7a6e4a3..9051ada 100644
--- a/System/KnapSack/Logic/EquipTip.cs
+++ b/System/KnapSack/Logic/EquipTip.cs
@@ -153,19 +153,6 @@
         {
             bottomPart.gameObject.SetActive(false);
             StartCoroutine(SetScrollSize());
-            StartCoroutine(CheckPlayerIsReborn());
-        }
-
-        IEnumerator CheckPlayerIsReborn()
-        {
-            int questTimes = 0;
-            while (questTimes < 5)
-            {
-                DesignDebug.Log("CheckPlayerIsReborn:寮�濮�");
-                yield return new WaitForSeconds(1);
-                questTimes += 1;
-                DesignDebug.Log("CheckPlayerIsReborn锛氱粨鏉�");
-            }
         }
 
         IEnumerator SetScrollSize()

--
Gitblit v1.8.0