From c19bcc303e2ed7e57bc1c191184e0dd4a1e40c40 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 18 七月 2022 14:32:13 +0800 Subject: [PATCH] 9668 【所有版本】修复本服竞技场没有活跃度问题 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerArena.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerArena.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerArena.py index 6b55aca..d1d6542 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerArena.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerArena.py @@ -29,6 +29,7 @@ import EventShell import PlayerWeekParty import PlayerFeastTravel +import PlayerActivity def DoArenaOpen(curPlayer): ## 竞技场功能开启 @@ -302,6 +303,7 @@ PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Arena, 1) PlayerFeastTravel.AddFeastTravelTaskValue(curPlayer, ChConfig.Def_FeastTravel_Arena, 1) + PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_Arena, 1) return def __DoUpdateArenaScore(curPlayer, cmdDict={}): -- Gitblit v1.8.0