From 5c93a8c5c117d040ae74bc299fa1ea3e619b864d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 04 十二月 2019 15:19:18 +0800
Subject: [PATCH] 8342 强化大师特效
---
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