From 77133f9674e6dca5e6f4b4d2acb58a390cdc9277 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 16 十一月 2020 10:00:12 +0800
Subject: [PATCH] 1111 【主干】【长尾】【BT】通知社交关系报错防范;
---
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
index c950223..faed2a0 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
@@ -28,7 +28,6 @@
import ShareDefine
import PlayerBillboard
import PlayerUniversalGameRec
-import GameWorldActionTeHui
import GameWorldProcess
import GameWorldBoss
import GMCommon
@@ -69,17 +68,9 @@
# 清除开服活动相关排行榜
for oscBillboardType in ShareDefine.Def_Campaign_Billboard_Dict.values():
PlayerBillboard.ClearBillboardByIndex(oscBillboardType)
-
- # 清除竞技场数据
-# GameWorld.GetHightLadderMgr().ClearAllPlayer()
-# HighLadder.Sync_HightLadderCanFightPlayer(curPlayer, curPlayer.GetPlayerID())
-# curPlayer.Sync_HightLadderTopPlayer(3)
-
- # 清除特惠活动数据
- GameWorldActionTeHui.OnGMClearTeHui()
# 清除Rec
- delRecTypeList = []
+ delRecTypeList = [ShareDefine.Def_UniversalGameRecType_BossFirstKill]
universalRecMgr = GameWorld.GetUniversalRecMgr()
for recType in delRecTypeList:
universalRecMgr.Delete(recType)
--
Gitblit v1.8.0