From 4c6786e17ef724a0dfdfeca8cf4a36bc4a7b9898 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 15 二月 2019 15:17:26 +0800 Subject: [PATCH] 6211 【后端】【1.6】合服任务单(合服邮件、重置首充双倍、重置商店购买次数、设置合服命令SetMixServer) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py index 98d6bdc..ec5c0d4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBillboard.py @@ -204,25 +204,6 @@ UpdatePlayerBillboardOnLeaveServer(curPlayer) #排行榜已实时更新,故上线不再同步 return -##合服首次上线强制更新一次排行榜 -# @param curPlayer 玩家实例 -# @param lastMixServerDay 合服时的开服天 -# @return -def UpdBillboardOnMixServerFirstLogin(curPlayer, lastMixServerDay): - - updBillboardDay = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_MSFirstLogin_UpdBillboard) - - if lastMixServerDay == updBillboardDay: - GameWorld.DebugLog("合服首登同步排行榜已处理过!lastMixServerDay=%s,updBillboardDay=%s" - % (lastMixServerDay, updBillboardDay)) - return - - GameWorld.DebugLog("合服首登同步排行榜...") - UpdatePlayerBillboardOnLeaveServer(curPlayer) - PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_MSFirstLogin_UpdBillboard, lastMixServerDay) - GameWorld.DebugLog(" 合服首登同步排行榜OK!!!") - return - ## 更新当前镖车信息 # @param playerID: 玩家ID # @param playerName: 玩家名字 -- Gitblit v1.8.0