From f6a4dfb5b00b4a2ff652ac2a1669904a267a5830 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 五月 2021 16:55:27 +0800 Subject: [PATCH] 8721 【主干】【BT2】【后端】H.活动-合服庆典(转盘 同步主干冲突) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 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 0e2c392..94a6609 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -82,6 +82,7 @@ import PlayerActSingleRecharge import PlayerActRechargePrize import PlayerActGrowupBuy +import PlayerActTurntable import PlayerSpringSale import PlayerBossReborn import PlayerWeekParty @@ -531,6 +532,8 @@ PlayerRefineStove.OnDay(curPlayer) #绑玉转盘 PlayerBindJadeWheel.OnDay(curPlayer) + #转盘 + PlayerActTurntable.PlayerOnDay(curPlayer) #每日分享奖励重置 shareGameAwardState = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_ShareGameAwardState) if shareGameAwardState: @@ -1369,6 +1372,9 @@ elif actionName == ShareDefine.OperationActionName_SingleRecharge: PlayerActSingleRecharge.RefreshSingleRechargeActionInfo(actNum) + elif actionName == ShareDefine.OperationActionName_Turntable: + PlayerActTurntable.RefreshTurntableActionInfo(actNum) + elif actionName == ShareDefine.OperationActionName_SpringSale: PlayerSpringSale.RefreshSpringSaleActionInfo(actNum) -- Gitblit v1.8.0