From f0eb36291076cebc207cf350c984147baec65059 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 12 六月 2024 18:39:08 +0800 Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 2a05c49..2211951 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -45,6 +45,7 @@ import time import PetControl import ItemControler +import PlayerGuaji import PlayerTJG import AICommon import PlayerSuccess @@ -1267,6 +1268,8 @@ #脱机计算 PlayerTJG.ProcessPlayerTJG(curPlayer, tick) + #挂机收益 + PlayerGuaji.ProcessGuaji(curPlayer) #PK/boss状态 ProcessPKBossState(curPlayer, tick) -- Gitblit v1.8.0