From 82a94e55b5710d50643b3d0bf8581afbb3f58cf2 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 18 六月 2019 16:15:05 +0800
Subject: [PATCH] 7339 子 【开发】【2.0】称号,灵宠,技能附带效果 / 【后端】【2.0】新增效果

---
 Tool/Robot/ConfigurationReader/ConfigIniReader.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Tool/Robot/ConfigurationReader/ConfigIniReader.py b/Tool/Robot/ConfigurationReader/ConfigIniReader.py
index afa4c07..aabe96a 100644
--- a/Tool/Robot/ConfigurationReader/ConfigIniReader.py
+++ b/Tool/Robot/ConfigurationReader/ConfigIniReader.py
@@ -62,6 +62,12 @@
         self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
         self.StartRunTime = config.GetIntValue( "StartRunTime")
         
+        self.TJGLimitCnt = config.GetIntValue( "TJGLimitCnt")
+        
+        
+    def GetTJGLimitCnt(self):
+        return self.TJGLimitCnt
+        
     def GetIOThreadNum(self):
         return self.IOThreadNum
     

--
Gitblit v1.8.0