From 7401f56246945b00aa91d12ba03ec3865c4c2b25 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 03 九月 2025 16:58:58 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(天赋洗炼改为仅使用洗炼ID,锁定天赋增加消耗洗炼道具个数;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py
index 516bebd..34df084 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py
@@ -21,7 +21,6 @@
 import IpyGameDataPY
 import PlayerControl
 import ChPyNetSendPack
-import PlayerGatherTheSoul
 import PlayerActHorsePetTrain
 import PlayerActGubao
 import ItemControler
@@ -235,8 +234,6 @@
         curValue = curPlayer.GetLV()
     elif zhanlingType == ZhanlingType_Realm:
         curValue = curPlayer.GetOfficialRank()
-    elif zhanlingType == ZhanlingType_SkyTower:
-        curValue = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_SkyTowerFloor)
     elif zhanlingType == ZhanlingType_GubaoStar:
         _, curValue = PlayerGubao.GetGubaoTotalLVStar(curPlayer)
     elif zhanlingType == ZhanlingType_Login:
@@ -244,8 +241,6 @@
         if not firstLoginTime:
             return
         curValue = GameWorld.GetDiff_Day(int(time.time()), firstLoginTime) + 1      
-    elif zhanlingType == ZhanlingType_GatherTheSoulLV:
-        curValue = PlayerGatherTheSoul.GetGatherTheSoulTotalLV(curPlayer)
     elif zhanlingType == ZhanlingType_HorsePetTrain:
         curValue = PlayerActHorsePetTrain.GetActHorsePetTrainScore(curPlayer)
     elif zhanlingType == ZhanlingType_GubaoTrain:

--
Gitblit v1.8.0