From abe92a100d2fa69f696b7600086923bf0c147411 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 01 十一月 2018 17:00:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs
index aa35401..4b1e0dc 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -149,6 +149,9 @@
     public static int medQualityCount { get; private set; }
     public static int highQualityCount { get; private set; }
 
+    public static int fairyLandBuffCondition { get; private set; }
+    public static int fairyLandBuffId { get; private set; }
+
     public static void Init()
     {
         try
@@ -521,6 +524,9 @@
             lowQualityCount = int.Parse(func.Numerical1);
             medQualityCount = int.Parse(func.Numerical2);
             highQualityCount = int.Parse(func.Numerical3);
+
+            fairyLandBuffCondition = GetInt("XjmjAddHarm", 1);
+            fairyLandBuffId = GetInt("XjmjAddHarm", 2);
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0