From fb1c33cc437d24b27f5e4e550005e40132019b60 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 二月 2025 16:48:58 +0800 Subject: [PATCH] 10382 【后台】称号和头像管理支持升星(支持升星、设置星级,支持离线设置;优化设置结果返回信息;支持在线查询玩家当前称号、头像、头像框状态明细;) --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActLianqi.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActLianqi.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActLianqi.py index d5fb400..01d9aa7 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActLianqi.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerActLianqi.py @@ -226,7 +226,7 @@ for ipyData in orderIpyDataList: rank = ipyData.GetRank() needScore = ipyData.GetNeedScore() - scoreAwardEx = {} #ipyData.GetScoreAwardEx() + scoreAwardEx = ipyData.GetScoreAwardEx() scoreAwardExList = scoreAwardEx.keys() scoreAwardExList.sort() awardItemList = ipyData.GetAwardItemList() -- Gitblit v1.8.0