From ba4dd9775177975f46867fa979c06e92089511d6 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 01 三月 2019 09:48:09 +0800
Subject: [PATCH] 3036 【主干】【1.6】集市上架物品可以复制物品

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py
index 427fe6c..fde64b6 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py
@@ -437,15 +437,19 @@
 def GetPlatform():
     return ReadChConfig.GetPyMongoConfig("platform", "PlatformName")
 
-##获得当前服务器ID
-# @param 无
-# @return
-def GetServerID():
-    return ToIntDef(GetServerSID()[1:], 0)
+#===============================================================================
+# ##获得当前服务器ID
+# # @param 无
+# # @return
+# def GetServerID():
+#    return ToIntDef(GetServerSID()[1:], 0)
+#===============================================================================
 
-def GetServerSID():
-    ##获得当前服务器ID, 带s的
-    return ReadChConfig.GetPyMongoConfig("platform", "ServerID")
+#===============================================================================
+# def GetServerSID():
+#    ##获得当前服务器ID, 带s的
+#    return ReadChConfig.GetPyMongoConfig("platform", "ServerID")
+#===============================================================================
 
 Def_AccID_Split_Sign = "@"
 
@@ -470,7 +474,7 @@
     mainServerID = ToIntDef(ReadChConfig.GetPyMongoConfig("platform", "%sMainServerID" % accIDPlatform), None)
     if mainServerID != None:
         return mainServerID
-    return GetServerID()
+    return 0
 
 
 #===============================================================================

--
Gitblit v1.8.0