From 37aa5270481da4755df79f4b1a100c1c5a36899a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 11 四月 2025 16:56:42 +0800 Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(优化仙盟充值协助支持配置关联的充值ID列表即商城类型;充值协助支持记录领取的成员明细;攻城战结束支持回收相关道具;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 2 +- 1 files changed, 1 insertions(+), 1 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 b8c3d25..09df9a6 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -754,7 +754,6 @@ PlayerActTurntable.OnPlayerRecharge(curPlayer, orderCoin, coinType) # 转盘 PlayerFairyCeremony.AddFCCTGRMB(curPlayer, orderCoin) PlayerNewFairyCeremony.AddFCCostGold(curPlayer, orderCoin) - PlayerActFamilyCTGAssist.OnPlayerCTG(curPlayer) #开服活动 #OpenServerCampaign.AddOpenServerCampaignRecordData(curPlayer, ShareDefine.Def_Campaign_Type_Recharge, orderCoin) PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Recharge, addVIPExp) @@ -762,6 +761,7 @@ #投资 if ctgIpyData: ctgID = ctgIpyData.GetRecordID() + PlayerActFamilyCTGAssist.OnPlayerCTG(curPlayer, ctgID) PlayerGoldInvest.InvestByCTG(curPlayer, ctgID) PlayerGoldGift.OnGiftByCTGID(curPlayer, ctgID) PlayerZhanling.OnActiviteByCTGID(curPlayer, ctgID) -- Gitblit v1.8.0