From f9d4f2df388e88767c36641b6f1a06af7b032053 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 18 十月 2022 18:05:29 +0800 Subject: [PATCH] 9437 【越南】【后端】天帝礼包 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 5aeb561..ff599fd 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -110,6 +110,7 @@ import PlayerActRechargePrize import PlayerActGarbageSorting import PlayerActXianXiaMJ +import PlayerActGodGift import PlayerActRechargeRebateGold import PlayerActManyDayRecharge import PlayerActSingleRecharge @@ -826,6 +827,8 @@ PlayerActGarbageSorting.OnPlayerLogin(curPlayer) # 仙匣秘境活动 PlayerActXianXiaMJ.OnPlayerLogin(curPlayer) + # 天帝礼包活动 + PlayerActGodGift.OnPlayerLogin(curPlayer) # 多日连充活动 PlayerActManyDayRecharge.OnPlayerLogin(curPlayer) # 单笔累充活动 -- Gitblit v1.8.0