From 00f4268ecfa0a6285e4a9d57b4af644eefbacfaa Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 19 十一月 2018 16:57:10 +0800
Subject: [PATCH] 2348 【BUG】【1.3】灵宠解锁技能界面重复出现
---
System/Pet/PetAttributeWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Pet/PetAttributeWin.cs b/System/Pet/PetAttributeWin.cs
index b93f46b..6c30d50 100644
--- a/System/Pet/PetAttributeWin.cs
+++ b/System/Pet/PetAttributeWin.cs
@@ -213,7 +213,7 @@
});
}
- IEnumerable IeWait(int petId)
+ IEnumerator IeWait(int petId)
{
yield return new WaitForSeconds(0.3f);
ClickSelectPetBtn(petId);
--
Gitblit v1.8.0