From 73a043193adbd469cc2d82255aefbcc3dbf035dd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 13 六月 2024 16:14:05 +0800 Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励(屏蔽原脱机功能;屏蔽原中立地图持续获得经验功能;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py index 794a3ec..5eab5f5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py @@ -862,11 +862,11 @@ GameWorld.DebugLog('领取仙盟每日奖励 当日已领取!') return PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_FamilyDayAward, 1) - addTime = IpyGameDataPY.GetFuncCfg('FamilyDayAward') - PlayerTJG.AddTJGTime(curPlayer, addTime) + #addTime = IpyGameDataPY.GetFuncCfg('FamilyDayAward') + #PlayerTJG.AddTJGTime(curPlayer, addTime) #通知 Sync_FamilyDayRewardState(curPlayer) - PlayerControl.NotifyCode(curPlayer, 'OfflinePlugSuccess', [addTime/60/60]) + #PlayerControl.NotifyCode(curPlayer, 'OfflinePlugSuccess', [addTime/60/60]) return -- Gitblit v1.8.0