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/GMT_AddTitle.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py index 15483ec..7ee2500 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py @@ -56,6 +56,9 @@ return if not tagPlayer: + if opType == "query": + GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_PlayerOfLine) + return # 玩家不在线,先记录,等玩家上线后处理 GMShell.AddOfflinePlayerGMTInfo(orderId, queryType, playerFind, gmCmdDict) return -- Gitblit v1.8.0