From d5c268fa56e84359541b82f48fd657846dfd63c1 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 17 三月 2026 14:00:14 +0800
Subject: [PATCH] 405 【公会】自动转让会长规则调整
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 5 +++--
1 files changed, 3 insertions(+), 2 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 f72b7e7..2a06406 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py
@@ -23,6 +23,7 @@
import ChItem
import PlayerGMOper
import OperControlManager
+import GameLogic_Qunying
import ShareDefine
import ReadChConfig
import IpyGameDataPY
@@ -1015,8 +1016,6 @@
#if curPlayerAction == IPY_GameWorld.paPreparing :
# ProcessPlayerPrepareState(curPlayer, tick)
- #PlayerYinji.ProcessPlayerYinji(curPlayer, tick)
-
#刷新组队状态
#ProcessTeamState(curPlayer, tick)
@@ -1045,6 +1044,8 @@
PlayerGoldRush.OnProcess(curPlayer)
#游历
PlayerTravel.OnProcess(curPlayer)
+ #群英榜
+ GameLogic_Qunying.OnProcess(curPlayer)
return
def ProcessPlayerMinute(curPlayer, tick):
--
Gitblit v1.8.0