From 58bb708f8c974e4cb37021b42a3f78a173438160 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 24 五月 2019 11:46:43 +0800
Subject: [PATCH] 6936 【后端】【2.0】Boss复活活动调整

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 5d19629..5a5b686 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -5201,12 +5201,14 @@
 Def_BRAct_WorldBOSS, #击杀世界boss获得掉落归属 6
 Def_BRAct_BOSSHome, #击杀boss之家获得掉落归属 7
 Def_BRAct_FMT, #挑战封魔坛BOSS 8
-Def_BRAct_RunTask, #完成师门悬赏 9
+Def_BRAct_RunTask, #完成仙盟跑环 9
 Def_BRAct_XJMJ, #完成仙界秘境 10
 Def_BRAct_KirinHome, #完成麒麟之府 11
 Def_BRAct_TowerSweep, #符印塔扫荡 12
 Def_BRAct_RuneTreasure,  #符印寻宝 13
-) = range(1, 13+1)
+Def_BRAct_FairyDomain,  #缥缈仙域 14
+Def_BRAct_FamilyBoss,  #仙盟BOSS 15
+) = range(1, 15+1)
 
 #全民来嗨活动定义
 PeoplePartyActIDList = (

--
Gitblit v1.8.0