From cb971e24c5e3f6bb023740db543d8631bd97a134 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 21 六月 2024 11:45:34 +0800
Subject: [PATCH] 10173 【主干】【香港】【越南】任务活动增加任务类型(击杀跨服蓬莱4; 击杀跨服魔化之地5)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 4d3c340..44f57df 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -6063,7 +6063,9 @@
 ActTaskType_WorldBoss, # 击杀世界boss 1
 ActTaskType_BossHome, # 击杀boss之家 2
 ActTaskType_Activity, # 累计获得活跃度 3
-) = range(1, 1 + 3)
+ActTaskType_CrossPenglaiBoss, # 击杀蓬莱boss 4
+ActTaskType_CrossDemonLandBoss, # 击杀魔化之地boss 5
+) = range(1, 1 + 5)
 
 # 套装枚举,普通套装,强化套装
 (EquipSuitType_Normal,

--
Gitblit v1.8.0