From 7b83168dd103ded6d3e3214ec0584f0a6319c821 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 18 一月 2025 23:43:24 +0800
Subject: [PATCH] 10331 【越南】【英语】【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