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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
index c7e35b6..faed2a0 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearOpenServerDay.py
@@ -70,7 +70,7 @@
PlayerBillboard.ClearBillboardByIndex(oscBillboardType)
# 清除Rec
- delRecTypeList = []
+ delRecTypeList = [ShareDefine.Def_UniversalGameRecType_BossFirstKill]
universalRecMgr = GameWorld.GetUniversalRecMgr()
for recType in delRecTypeList:
universalRecMgr.Delete(recType)
--
Gitblit v1.8.0