ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py
@@ -1286,6 +1286,7 @@
    GameWorld.GetFamilyManager().SetFamilyUpperLimitCount(ChConfig.Def_Family_MaxCnt)
    #排序元宝交易平台
    GameWorld.GetGameWorld().GetDBGoldOrderFormMgr().Sort()
    PlayerBillboard.FixBillboardBigCmpValue()
    #排序排行榜
    PlayerBillboard.SortServerBillboard()
    #功能队伍
@@ -2077,6 +2078,8 @@
#  @param None 
#  @return None
def BeforeClose(tick):
    if GameWorld.IsCrossServer():
        CrossRealmPlayer.OnCrossServerClose()
    PlayerTeam.OnServerClose(tick)
    ChPlayer.SavePlayerLVData()
    PlayerFBHelpBattle.OnServerClose()