From a2d0e56d069d4b466357da599e0d2493fcb6a1fa Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 20 三月 2024 11:43:27 +0800
Subject: [PATCH] 10138 内存分析(修复读取仙盟表等级权限数据错误导致GameServer报错,如加入仙盟、升级仙盟等)

---
 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