From 62dfcf83db26f64cd5a46691d4755073473d2ff3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 15 九月 2020 15:37:39 +0800
Subject: [PATCH] 1111 【主干】【长尾】【BT】防范boss伤血列表找不到boss实例导致报错;
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearOpenServerAward.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearOpenServerAward.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearOpenServerAward.py
index 1012701..fda51d0 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearOpenServerAward.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearOpenServerAward.py
@@ -26,6 +26,7 @@
import OpenServerCampaign
import ClearFirstGold
import PlayerOnlinePrize
+import GY_Query_BossFirstKill
#---------------------------------------------------------------------
## 执行逻辑
# @param curPlayer 当前玩家
@@ -49,6 +50,9 @@
PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_OSC_EndMailState, 0)
PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_OSC_BillAwardRecord, 0)
+ #boss首杀
+ GY_Query_BossFirstKill.OnGMResetBossFirstKillState(curPlayer)
+
if len(cmdList) == 0:
for i in ShareDefine.Def_Campaign_Type_List:
__DoOSCReset(curPlayer, i)
--
Gitblit v1.8.0