From e4c07a355d66c9f9610176e3b7f63155c2222acd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 二月 2025 16:52:18 +0800 Subject: [PATCH] 10382 【后台】称号和头像管理支持升星(支持升星、设置星级,支持离线设置;优化设置结果返回信息;支持在线查询玩家当前称号、头像、头像框状态明细;) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py index 8655e0b..0fb4e60 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py @@ -81,6 +81,7 @@ Def_GMKey_PlayerName = 'playerName' Def_GMKey_PlayerAccID = 'accID' Def_GMKey_FamilyName = 'familyName' +Def_GMKey_FamilyID = 'familyID' Def_GMKey_PackIndex = 'packIndex' Def_GMKey_IP = 'IP' Def_GMKey_QueryType = 'queryType' @@ -461,7 +462,8 @@ ChConfig.TYPE_ActionOpenAndCloseByDayCountGoOn] for acKey in actionControlTickList: worldMgr.SetTickByType(acKey, 0) - + + GameWorld.GetGameWorld().SetDict(ChConfig.Def_WorldKey_ProcessMinute, 0) #处理重开服务器后, 活动继续开启逻辑根据天数 #GameWorldActionControl.Dispose_Action_GoOn_ByDay(tick) return -- Gitblit v1.8.0