From ac36bdcfa7db1557790a5b912c3248b22625841f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十一月 2025 18:49:17 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_ServerCode

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py
index 3e2c3ba..e719b95 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py
@@ -23,6 +23,9 @@
         isDebugVersion = os.path.exists("BBF84B34-357E-435B-B3FF-D60370AAA6ED")
     return isDebugVersion
 
+# 内网服登录不用验证
+def IsInsideLogin():
+    return os.path.exists(os.getcwd() + "\\ServerConfig\\dontchecklogin")
 
 DATASAVE_MARK  =  0xFF88
 
@@ -229,7 +232,7 @@
 gstMergeRegisterPlayer = 119                #报名跨服战
 gstMergeQueryRegisterResult = 120           #查询报名结果,即查询帐号密码
 gstGeneralDBOper = 121                      #通用数据库操作包
-gstBroadcastMergeClient = 122               #广播跨服客户端
+gstCrossServerToServerPack = 122            #跨服使用 服务器之间的封包
 gstDiapatchFamilyID = 123                   #分配家族ID
 gstMergerChildToCenter = 124
 gstQueryRecharge= 125                       # 查询新的充值订单

--
Gitblit v1.8.0