hch
2025-12-09 07725617c2bf9ab6a95df9c1c5295e7247a45751
0312 请求非主线小怪战斗期间,不在请求自动战斗
1个文件已修改
4 ■■■■ 已修改文件
Main/System/Battle/BattleManager.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleManager.cs
@@ -569,6 +569,10 @@
    public void MainFightRequest(byte reqType, uint reqValue = 0)
    {
        // Debug.LogError("MainFightRequest reqType " + reqType + " reqValue " + reqValue);
        if (UIManager.Instance.IsOpened<MapLoadingWin>())
        {
            return;
        }
        CB413_tagCSMainFightReq req = new CB413_tagCSMainFightReq();
        req.ReqType = reqType;
        req.ReqValue = reqValue;