From fd85134c0d4ac18f7286d1d92eb84fa64c8defc5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 30 五月 2025 10:23:20 +0800 Subject: [PATCH] 16 卡牌服务端(首登修改) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py index 3ff1e5c..014408a 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py @@ -134,20 +134,6 @@ GameWorld.GetGameWorld().EventShell_SendEventEx(eventTypeStr, len(eventTypeStr), dataStr, len(dataStr)) return - -## 二次非同天登陆 -# @param accID: 账号ID -# @param ip: ip -# @return: None -def DR_OtherDayLogin(accID, ip, curPlayer): - - dataDict = {'AccID':accID, 'IP':ip} - - #发送封包 - SendEventPack("OtherDayLogin", dataDict, curPlayer) - return - - ## 登陆 # @param curPlayer 玩家实例 # @return: None -- Gitblit v1.8.0