From 924685634f8008a7eee3e71051be055743fa64f6 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 02 十一月 2018 11:41:29 +0800
Subject: [PATCH] Revert "4539 子 【优化】【1.1.0】灵宠新增仙玉自动培养 / 【前端】【1.1.0】灵宠新增仙玉自动培养"
---
System/Pet/PetAttributeWin.cs | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/System/Pet/PetAttributeWin.cs b/System/Pet/PetAttributeWin.cs
index 5984c53..d2f8d68 100644
--- a/System/Pet/PetAttributeWin.cs
+++ b/System/Pet/PetAttributeWin.cs
@@ -224,9 +224,7 @@
return;
}
}
- petmodel.SigPetId = petId;
TypePetID = petId;
-
_PetAttributeMethods.ModelShow(petId);
}
@@ -318,7 +316,6 @@
if (Pet != 0)
{
TypePetID = Pet;
- petmodel.SigPetId = Pet;
return;
}
}
@@ -334,7 +331,6 @@
if (Value.UnLockNeedItemID == ItemId)
{
TypePetID = Value.ID;
- petmodel.SigPetId = TypePetID;
return;
}
}
@@ -345,7 +341,6 @@
if (petmodel.DeblockingRedPoint[key].state == RedPointState.Simple)
{
TypePetID = key;
- petmodel.SigPetId = TypePetID;
return;
}
}
@@ -355,19 +350,16 @@
if (petmodel.CultivateRedPoint[key].state == RedPointState.Simple)
{
TypePetID = key;
- petmodel.SigPetId = TypePetID;
return;
}
}
if (petmodel.PetNow != 0)
{
TypePetID = petmodel.PetNow;
- petmodel.SigPetId = TypePetID;
}
else
{
TypePetID = sortlist[0].ID;
- petmodel.SigPetId = TypePetID;
}
}
private int JunpIndex()
@@ -397,7 +389,6 @@
if (value.ID == petID[0])
{
TypePetID = petID[0];
- petmodel.SigPetId = TypePetID;
}
}
//m_ScrollerController.m_Scorller.RefreshActiveCellViews();//鍒锋柊鍙
@@ -432,13 +423,6 @@
return 0;
}
return Index;
- }
-
-
- public void FairyJadeDomesticate()
- {
- _PetAttributeMethods.FairyJadeDomesticate();
-
}
}
}
--
Gitblit v1.8.0