From ccb56d46fe87b6e3a8f917f5266935b74f80d85e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 09 五月 2025 19:42:59 +0800
Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(修复击杀修罗城守卫后无法正常切换下一个守卫bug;)
---
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