少年修仙传客户端代码仓库
client_Wu Xijin
2019-05-17 a49cc8a4060e7fcab988b768c237d22c97f33a60
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
10 ■■■■■ 已修改文件
System/Mount/MountModel.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Mount/MountModel.cs
@@ -634,6 +634,16 @@
                    Event_MountHA301A((int)info.InfoList[i].HorseID);
                }
                if (IsOk && (int)info.InfoList[i].HorseID == autoActiveHorseId)
                {
                    var config = HorseConfig.Get(autoActiveHorseId);
                    if (_horseClass.Lv >= config.UseNeedRank)
                    {
                        AppearanceSwitch(autoActiveHorseId);
                        DTC0428_tagPlayerRideHorse.Send_tagPlayerRideHorse(true);
                    }
                }
            }
        }
        MountStoneRed();