From b830b04b3de84fadca2f03e4d9625ecdfc4429a1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 20 五月 2019 21:45:55 +0800
Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能
---
Tool/RobotTest/ConfigurationReader/ConfigIniReader.py | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py b/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
index afa4c07..36b9343 100644
--- a/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
+++ b/Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
@@ -61,7 +61,16 @@
self.ProcessFindTJGTime = config.GetIntValue( "ProcessFindTJGTime")
self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
self.StartRunTime = config.GetIntValue( "StartRunTime")
-
+ self.AccountSource = config.GetIntValue( "AccountSource")
+ self.MaxPlayerCnt = config.GetIntValue( "MaxPlayerCnt")
+
+ def GetMaxPlayerCnt(self):
+ return self.MaxPlayerCnt
+
+ # 账号获取来源 0:自动生成, 1:取库中已有账号
+ def GetAccountSource(self):
+ return self.AccountSource
+
def GetIOThreadNum(self):
return self.IOThreadNum
--
Gitblit v1.8.0