From 7016d72ee1ae6ef22e88d299437dbb45f2e24352 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 09 五月 2019 19:33:58 +0800
Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能 - 符印功能产出 属性减少指定技能组CD 功能配置 SkillCD
---
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