From d6ca382aeaa393f34fe15b64349dc8ddb90e9438 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 05 二月 2021 19:22:16 +0800
Subject: [PATCH] 8813 【主干】【后端】七日巡礼:任务调整(任务隔天可触发;增加事件传功、升星、强化);

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    5 ++++-
 1 files changed, 4 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 96da909..31dadec 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -5479,7 +5479,10 @@
 Def_WPAct_Pray,  #祈愿 27
 Def_WPAct_FamilyBoss,  #仙盟Boss 28
 Def_WPAct_FairyDomain,  #缥缈仙域 29    
-) = range(1, 29+1)
+Def_WPAct_Plus,  #强化 30
+Def_WPAct_Star,  #升星 31
+Def_WPAct_FamilyChuanGong,  #传功 32
+) = range(1, 32+1)
 
 #登录奖励活动定义
 LoginAwardActIDList = (

--
Gitblit v1.8.0