hxp
2025-09-16 2b34924e06c0c36d77d9ccec4c4f10f1ebd16e84
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py
@@ -44,14 +44,6 @@
# 需要记录任务值的任务类型列表
NeedTaskValueTypeList = [RealmTaskType_UseXiantao]
def DoOfficialOpen(curPlayer):
    #功能开启
#    curRealmLV = curPlayer.GetOfficialRank()
#    if not curRealmLV:
#        DoRealmLVUpLogic(curPlayer)
    return True
def OnLogin(curPlayer):
    SyncRealmInfo(curPlayer, isAll=True)
    if ChConfig.Def_InitOfficialRank > 0 and not curPlayer.GetOfficialRank():