少年修仙传客户端代码仓库
client_Hale
2018-08-30 bcd4a8d09228ad21bafe4cf25abd9b1fb78a40f0
Fixed #2199 事件调用名称出错.
1个文件已修改
4 ■■■■ 已修改文件
Fight/GameActor/GAMgr.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GAMgr.cs
@@ -578,9 +578,9 @@
        if (_npcfight != null)
        {
            if (OnFightNpcRequest != null)
            if (OnFightNpcRelease != null)
            {
                OnFightNpcRequest((uint)_npcfight.NpcConfig.NPCID);
                OnFightNpcRelease((uint)_npcfight.NpcConfig.NPCID);
            }
        }