From fe1da27fb2943fab5f9010899de8f6c7268fd170 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 07 九月 2018 16:02:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/GeneralConfig/GeneralConfig.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/System/GeneralConfig/GeneralConfig.cs b/System/GeneralConfig/GeneralConfig.cs
index 28d0b32..c09a95b 100644
--- a/System/GeneralConfig/GeneralConfig.cs
+++ b/System/GeneralConfig/GeneralConfig.cs
@@ -137,6 +137,9 @@
 
     public List<int> RebornAutoFightMapID { get; private set; }
 
+    public string teamWorldCall;
+    public int teamWorldCallInviteCount;
+
     public void Init()
     {
         try
@@ -484,6 +487,9 @@
 
             int[] mapIDs = GetIntArray("RebornAutoFightDungeon");
             RebornAutoFightMapID = new List<int>(mapIDs);
+
+            teamWorldCall = GetInputString("TeamWorldCall");
+            teamWorldCallInviteCount = GetInt("TeamWorldCall", 2);
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0