少年修仙传客户端代码仓库
client_linchunjie
2018-08-20 0d6d60cc66c088cffff1fd9bdc420f766ae7c334
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
11 ■■■■■ 已修改文件
System/Pet/PetAttributeMethods.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | 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();
                }
            }
            if (petmodel._DicPetBack.ContainsKey(petInfoConfig.ID))
            {