From 3105e45f5f3b30bd10f6c00b50be70812b9db083 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 16 一月 2025 18:53:31 +0800 Subject: [PATCH] 10361 【越南】【英语】【BT】【砍树】仙匠大会 - 服务端(榜单奖励增加积分达标额外奖励;) --- 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