少年修仙传客户端代码仓库
client_Zxw
2018-08-20 53e739c99be785381cd01044f01dd1df7f0cf832
[2631]灵宠技能
1个文件已修改
13 ■■■■ 已修改文件
System/Pet/PetAttributeMethods.cs 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Pet/PetAttributeMethods.cs
@@ -190,17 +190,8 @@
            UIEffect uie = cell.transform.GetComponent<UIEffect>();
            if (petmodel.ListEffectSkill.Contains(curPetSkillIds[skillIdIndex]))
            {
                if (!uie.IsPlaying)
                {
                    uie.Play();
                }
            }
            else
            {
                if (uie.IsPlaying)
                {
                    uie.Stop();
                }
                uie.Play();
            }
            if (petmodel._DicPetBack.ContainsKey(petInfoConfig.ID))
            {