From a200c70ea4244a6924ed735096f027f408c02a46 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 13 十一月 2023 13:31:53 +0800 Subject: [PATCH] 9912 [BT0.1]BOSS凭证(天玄丹buff掉落支持) master --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py index c074111..5a7a9a8 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -579,7 +579,7 @@ # 极品白拿 PlayerFreeGoods.OnDay(curPlayer) #采集次数重置 - NPCCommon.CollNPCTimeOnDay(curPlayer) + NPCCommon.PlayerOnDay(curPlayer) #副本助战 FBHelpBattle.DoPlayerOnDay(curPlayer) #跨服竞技场 -- Gitblit v1.8.0