From b6016259ace37e60f374999ccf850bd250553321 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 14 十二月 2021 16:57:13 +0800 Subject: [PATCH] 9391 【主干】【后端】红包主干摘取调整(去除开服红包;去除全服红包次数及权限限制;优化红包系统分类;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 2 -- 1 files changed, 0 insertions(+), 2 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 e2ed99b..2ac3136 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -1267,8 +1267,6 @@ AttackCommon.ProcessMaliciousAttackPlayer(curPlayer, tick) #成就 PlayerSuccess.FinishDelayAddSuccessProgress(curPlayer, tick, False) - #开服红包处理 - #PlayerFamilyRedPacket.ProcessOSRedPacket(curPlayer, tick) #限时抢购 PlayerFlashSale.ProcessFlashSaleMail(curPlayer, tick) #地图经验 -- Gitblit v1.8.0