少年修仙传客户端代码仓库
client_linchunjie
2019-04-16 bc0b620b0d0d5291aebafa387d731eb348faf05f
3335 缥缈仙域
1个文件已修改
2 ■■■ 已修改文件
System/HazyRegion/HazyGrassModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/HazyRegion/HazyGrassModel.cs
@@ -144,13 +144,13 @@
        public bool CanCollectClientNpc(int npcId)
        {
            var collectCount = dungeonModel.GetDugneonNpcCollectCount(npcId);
            if (ClientDungeonStageUtility.isClientDungeon
                && ClientDungeonStageUtility.clientMapId == Client_ReikiGrassMapID)
            {
                var config = HazyRegionConfig.Get(hazyRegionModel.processingIncidentId);
                if (config != null)
                {
                    var collectCount = dungeonModel.GetDugneonNpcCollectCount(npcId);
                    var hintId = dungeonModel.GetDungeonHintId(config.dungeonId, config.lineId);
                    var hintConfig = DungeonHintConfig.Get(hintId);
                    if (hintConfig.NPC1ID.Length > 0 && hintConfig.NPC1ID[0] == npcId)