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)