From 1ee23ed9a201181eca6b2da5fb256ca9af0639f2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 23 十二月 2019 18:11:08 +0800 Subject: [PATCH] 8359 【主干】活跃兑换(改为后端计算倒计时;优化次数启动及结算模式) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 5c77754..b1a1c7d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -57,6 +57,7 @@ import PlayerWing import ChEquip import PlayerYinji +import PlayerActivity #--------------------------------------------------------------------- #--------------------------------------------------------------------- @@ -1274,6 +1275,8 @@ ProcessAreaExp(curPlayer, tick) #神秘商店刷新 FunctionNPCCommon.CheckMysticalShopRefresh(curPlayer, tick) + #活跃放置 + PlayerActivity.ProcessActivityPlace(curPlayer) #跨服数据同步,放最后 CrossPlayerData.ProcessCrossPlayer(curPlayer, tick) return -- Gitblit v1.8.0