From a54e403db134f1a6ead3096a5518614db4641d94 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 27 九月 2021 16:20:34 +0800 Subject: [PATCH] 9198 【后端】【主干】【BT3】【BT4】LoginOut的流向增加玩家当前经验记录 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 4 ++-- 1 files changed, 2 insertions(+), 2 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 db1d02c..2234724 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -550,7 +550,7 @@ #PlayerControl.SyncOnLineTimeLastOpenPack(curPlayer, IPY_GameWorld.rptItem) PlayerGodWeapon.OnLogin(curPlayer) PlayerPrestigeSys.OnLogin(curPlayer) - DataRecordPack.DR_PlayerLogin(curPlayer) + #DataRecordPack.DR_PlayerLogin(curPlayer) EventReport.WriteEvent_login(curPlayer) # 合服首登处理 @@ -841,7 +841,7 @@ PlayerControl.SendGameServerRefreshState(curPlayer, IPY_GameWorld.CDBPlayerRefresh_HappyPoint, tjgTime) PlayerControl.DoGMForbidenTalkOnLogin(curPlayer) - + DataRecordPack.DR_PlayerLogin(curPlayer) # 放最后,记录等级、经验等信息 return def DoPlayerRealLoginOK(curPlayer, tick): -- Gitblit v1.8.0