From dc6851f299dd8f3c21f4d92ac8d1ece077479a3d Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 12 七月 2019 14:00:41 +0800 Subject: [PATCH] 8029 子 【主干】仙界盛典 / 【后端】【主干】仙界盛典活跃事件 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py index c9634b4..c28a957 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFairyDomain.py @@ -26,7 +26,7 @@ import PlayerControl import IpyGameDataPY import PlayerActivity -import ItemControler +import PlayerWeekParty import ItemCommon import PyGameData import EventShell @@ -226,6 +226,7 @@ NotifyFairyAdventuresInfo(curPlayer) PlayerBossReborn.AddBossRebornActionCnt(curPlayer, ChConfig.Def_BRAct_FairyDomain, 1) + PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_FairyDomain, 1) return -- Gitblit v1.8.0