From 50086ccb3ade4bdc47b32af7e097ec9e2c2d3f88 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 八月 2025 18:35:04 +0800
Subject: [PATCH] 1111 删除不需要内容;
---
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