少年修仙传客户端代码仓库
client_Hale
2018-12-30 4e7b382167084b1db9b90d493e714547fbcd4a5c
382 修复聚魂副本建造数量上限后还能显示可建造标识
1个文件已修改
6 ■■■■■ 已修改文件
Fight/GameActor/GA_NpcCollect.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcCollect.cs
@@ -383,8 +383,14 @@
    {
        if (NpcConfig.NPCID == GeneralDefine.GatherSoulDZ)
        {
            var _model = ModelCenter.Instance.GetModel<GatherSoulDungeonModel>();
            if (_model.GetAttackDefendSurplusCount() != 0
             || _model.GetIceDefendSurplusCount() != 0)
            {
            SelectionManager.RequestJH(this);
        }
        }
        else
        {
            if (NpcConfig.NPCID != 10204200)