From 83dec2efe4ef9d56a98c374256d3c8aadef27ef0 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 02 二月 2019 13:03:16 +0800
Subject: [PATCH] 3335 重构窗口管理
---
System/Pet/PetAttributeMethods.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/Pet/PetAttributeMethods.cs b/System/Pet/PetAttributeMethods.cs
index 1d448d8..ff5cf4e 100644
--- a/System/Pet/PetAttributeMethods.cs
+++ b/System/Pet/PetAttributeMethods.cs
@@ -615,6 +615,7 @@
CreateCurPetSkill();
curPetNameText.text = petInfoConfig.Name;
AllPetAttrCtrl();
+
if (WindowCenter.Instance.Get<PetAttributeWin>().AchievementGuideEffect2 != null)
{
AchievementGuideEffectPool.Recycle(WindowCenter.Instance.Get<PetAttributeWin>().AchievementGuideEffect2);
--
Gitblit v1.8.0