From 4b9fbf40a35033715cae4c26903d0f0272d44642 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 07 九月 2018 11:22:00 +0800
Subject: [PATCH] 3319 【前端】前3次宗门试炼1层和前2个大境界渡劫的世界喊话特殊处理
---
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