少年修仙传客户端代码仓库
client_Wu Xijin
2018-12-30 c93db0cb704e2af1c2407b0720939645f5219482
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
8 ■■■■ 已修改文件
Fight/GameActor/GA_NpcCollect.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcCollect.cs
@@ -383,7 +383,13 @@
    {
        if (NpcConfig.NPCID == GeneralDefine.GatherSoulDZ)
        {
            SelectionManager.RequestJH(this);
            var _model = ModelCenter.Instance.GetModel<GatherSoulDungeonModel>();
            if (_model.GetAttackDefendSurplusCount() != 0
             || _model.GetIceDefendSurplusCount() != 0)
            {
                SelectionManager.RequestJH(this);
            }
        }
        else
        {