少年修仙传客户端代码仓库
client_Hale
2019-03-29 6dfcf0c91c665772595650fc09d51bddf9666ba4
382 采集触发逻辑修改
1个文件已修改
9 ■■■■■ 已修改文件
Fight/GameActor/GA_NpcClientCollect.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcClientCollect.cs
@@ -36,13 +36,14 @@
        if (m_ArrivedList.Contains(ServerInstID))
        {
            if (OnLeave != null)
            {
                OnLeave(ServerInstID, NpcConfig.NPCID);
            }
            m_ArrivedList.Remove(ServerInstID);
        }
        if (OnLeave != null)
        {
            OnLeave(ServerInstID, NpcConfig.NPCID);
        }
        WindowCenter.Instance.windowAfterOpenEvent -= CheckOpenCollectIcon;
        WindowCenter.Instance.windowAfterCloseEvent -= AfterCloseMainWin;
    }