少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-31 7813b760419c2d5de3ee8a3b9fb9ff2c170c12e7
System/GeneralConfig/GeneralConfig.cs
@@ -478,8 +478,8 @@
                }
            }
            func = Config.Instance.Get<FuncConfigConfig>("RebornAutoFightDungeon");
            RebornAutoFightMapID = new List<int>(GetIntArray(func.Numerical1));
            int[] mapIDs = GetIntArray("RebornAutoFightDungeon");
            RebornAutoFightMapID = new List<int>(mapIDs);
        }
        catch (Exception ex)
        {