From 8bf2e133de607c17a898bec2264f55aa463a3fa7 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 10 五月 2019 16:37:12 +0800 Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能 - 4012状态判定增加 查找是否释放者 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py index 6423041..57e9abd 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py @@ -20,10 +20,8 @@ import GameWorld import ChConfig import ShareDefine -import ReadChConfig import ChPyNetSendPack import NetPackCommon -import PlayerDBGSEvent import DataRecordPack import PlayerFamily @@ -655,13 +653,6 @@ def IsBillboardLVLimit(playerLV, billboardType): # 等级判断已由地图处理掉,这里不再做判断 return True -# BillBoardLimitInfo = ReadChConfig.GetEvalChConfig("BillBoardLimit") -# defaultMinLV, limitLVDict = BillBoardLimitInfo -# lvBillBoardMinLV = limitLVDict.get(billboardType, defaultMinLV) -# if playerLV < lvBillBoardMinLV: -# return True -# -# return False def RedressBillboard(curPlayer): ## 纠正排行榜中的玩家名字记录 -- Gitblit v1.8.0