From 9b59935328cc0b3604cfdb80080210e4d210969a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 28 十一月 2025 19:52:20 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(战锤消耗同步提到技能同步之前;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
index 78b2a7c..5f661d2 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
@@ -299,7 +299,7 @@
PlayerFamily.OnMinute()
PlayerOnline.OnMinute()
BattleObj.OnMinute()
- ObjPool.OnMinute()
+ ObjPool.OnMinute(curTime)
__CheckIpyDataRecycle(curTime)
return
--
Gitblit v1.8.0