From 9b1eca8955321ce7ba8a8151f7c5c169da5fbff6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 06 八月 2025 15:25:29 +0800
Subject: [PATCH] 80 【常规】背包-服务端(去除使用物品多余验证;同步使用物品封包;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGreatMaster.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGreatMaster.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGreatMaster.py
index 8c8c66b..7342acf 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGreatMaster.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGreatMaster.py
@@ -43,7 +43,7 @@
openLV = GameFuncComm.GetFuncLimitLV(ShareDefine.GameFuncID_Talent)
setTalentPoint = 0
for lv in xrange(openLV, curLV+1):
- lvIpyData = PlayerControl.GetPlayerLVIpyData(lv)
+ lvIpyData = None #PlayerControl.GetPlayerLVIpyData(lv)
addTalentPoint = lvIpyData.GetTalentPoint() if lvIpyData else 0
setTalentPoint += addTalentPoint
curFreeSkillPoint = GetGreatMasterFreeSkillPoint(curPlayer)
--
Gitblit v1.8.0