少年修仙传客户端代码仓库
client_Hale
2019-01-22 96b4e02128b436262378617c1cef0efcd1e23a4a
382 修复UI界面无时装但有时装副手时的手臂显示问题
3个文件已修改
12 ■■■■ 已修改文件
System/FairyAu/FairyFeastTransmitShow.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Realm/RealmBossShow.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI/Common/UI3DShowHero.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyFeastTransmitShow.cs
@@ -410,7 +410,9 @@
                        }
                    }
                    if (secondaryResId == 0 || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0))
                    if (secondaryResId == 0
                    || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0)
                    || (data.fashionClothesId == 0 && data.fashionSecondaryId > 0))
                    {
                        PutOnExtraSecondary(job, extraSecondaryId);
                    }
System/Realm/RealmBossShow.cs
@@ -272,7 +272,9 @@
                    }
                }
                if (secondaryResId == 0 || (fashionClothesId != 0 && fashionSecondaryId > 0))
                if (secondaryResId == 0
                || (fashionClothesId != 0 && fashionSecondaryId > 0)
                || (fashionClothesId == 0 && fashionSecondaryId > 0))
                {
                    PutOnExtraSecondary(job, extraSecondaryId);
                }
UI/Common/UI3DShowHero.cs
@@ -116,7 +116,9 @@
                    }
                }
                if (secondaryResId == 0 || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0))
                if (secondaryResId == 0
                 || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0)
                 || (data.fashionClothesId == 0 && data.fashionSecondaryId > 0))
                {
                    PutOnExtraSecondary(job, extraSecondaryId);
                }