hxp
2025-09-04 541f5d53ee3e0676c66157141aa868e31f27fa81
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py
@@ -54,8 +54,8 @@
def OnLogin(curPlayer):
    SyncRealmInfo(curPlayer, isAll=True)
    if not curPlayer.GetOfficialRank():
        curPlayer.SetOfficialRank(1)
    if ChConfig.Def_InitOfficialRank > 0 and not curPlayer.GetOfficialRank():
        curPlayer.SetOfficialRank(ChConfig.Def_InitOfficialRank)
    return
def GetRealmIpyData(realmLV): return IpyGameDataPY.GetIpyGameData("Realm", realmLV)