From 6cdb003137a9f82075b6eb03506ef31e812c0b90 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 10 十二月 2025 15:00:23 +0800
Subject: [PATCH] 374 【活动内容】开服庆典-服务端(庆典入口关闭后自动转化未使用的庆典积分)

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