From 4e2daf438140632d5d30f14a2e19146a22aeeb31 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 11 三月 2024 11:45:44 +0800 Subject: [PATCH] 10142 【主干】【越南】【港台】【砍树】通天令激活修改 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py index b873d20..fda0c4f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -62,6 +62,7 @@ import PlayerWeekParty import PlayerGoldInvest import PlayerActTurntable +import PlayerTongTianLing import PlayerZhanling import PlayerMineArea import ItemCommon @@ -686,6 +687,7 @@ PlayerGoldInvest.InvestByCTG(curPlayer, ctgID) PlayerGoldGift.OnGiftByCTGID(curPlayer, ctgID) PlayerZhanling.OnActiviteByCTGID(curPlayer, ctgID) + PlayerTongTianLing.OnActiviteTTTByCTGID(curPlayer, ctgID) PlayerMineArea.OnMineTreasureByCTGID(curPlayer, ctgID) serverDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay) + 1 -- Gitblit v1.8.0