From 8ae000433e6306d93d94160c1fb5bec42f768222 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 22 七月 2024 17:53:12 +0800 Subject: [PATCH] 10223 【越南】【砍树】【主干】【港台】秘境寻宝(秘境榜单数据备份优化;优化本服跨服榜备份数据规则,后台查询本服跨服历史榜统一逻辑;) --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py index 23476fe..7f8b6c1 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py @@ -43,9 +43,11 @@ def NoteOssBillboardInfoByDay(): ## 每天记录排行榜信息到oss中 + if GameWorld.IsCrossServer(): + return Def_NoteOssBillboardTypeList = IpyGameDataPY.GetFuncEvalCfg("BillboardSet", 1) for billboardType in Def_NoteOssBillboardTypeList: - DataRecordPack.DR_BillboardDataByDay(billboardType) + DataRecordPack.DR_BillboardData(billboardType, "OnDay") return def CopyBillboardOnDay(): -- Gitblit v1.8.0