少年修仙传客户端代码仓库
client_Hale
2019-04-23 a51c49e72119e67e716afafbd4348562309195c3
382 前端副本功能NPC特殊逻辑
1个文件已修改
3 ■■■■ 已修改文件
Fight/GameActor/GA_NpcClientFunc.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcClientFunc.cs
@@ -96,7 +96,8 @@
                    }
                }
            }
            else if (AdventureStage.Instance.IsInAdventureStage)
            else if (AdventureStage.Instance.IsInAdventureStage
                  || ClientDungeonStageUtility.isClientDungeon)
            {
                NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
            }