From 12a46d62cf18dec4f822eeafc901c90d76ed1537 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 三月 2020 20:48:37 +0800
Subject: [PATCH] 8397 【开发】个人boss新增评级(优化评级开始计时时机;增加评级同步)

---
 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