From 912176de9ed5b45e5fe0edbb15b8796f54c56ba2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 八月 2025 19:26:52 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(武将表、NPC表 增加性别)

---
 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