From c15c8f7eab589727de0195c40862e9afe08e890b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 20 三月 2019 18:23:37 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(页游特惠活动相关) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 0efb60b..0398233 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -636,12 +636,6 @@ GameLogic_GodArea.GodAreaOnLogin(curPlayer) # # 采集NPC次数通知 NPCCommon.SyncCollNPCTime(curPlayer) -# -# # 特惠活动 -# PlayerTeHui.PlayerLogin_TeHui(curPlayer) -# -# # 自定义商店 -# ShopItemManage.DoOnLogin(curPlayer) # # # 每日活跃度 PlayerActivity.OnLogin(curPlayer) @@ -1589,9 +1583,6 @@ #防止玩家读取地图时未触发OnDay,读取地图后再次验证(2009.9.11) PlayerEventCounter.UpdatePlayerLoginTime(curPlayer) - - #特惠活动事件 - #PlayerTeHui.PlayerLoadMapOK(curPlayer) #设置阵营 if curPlayer.GetFaction() != ChConfig.CampType_Neutral \ -- Gitblit v1.8.0