From f61a2e8449d84925d8da1bfbaf8d3bf0ca57284a Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 11 一月 2019 17:20:32 +0800
Subject: [PATCH] 5768 【后端】【1.5】新增8-14天活动功能(增加任务)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    3 ++-
 1 files changed, 2 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 b559aef..4707b01 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -5197,7 +5197,8 @@
 Def_WPAct_ChaosDemon, #混乱妖域 17
 Def_WPAct_XMZZ, #仙魔之争 18
 Def_WPAct_FamilyWar,  #仙魔联赛 19
-) = range(1, 19+1)
+Def_WPAct_Login,  #每日登录 20
+) = range(1, 20+1)
 
 # 套装枚举,普通套装,强化套装
 (EquipSuitType_Normal,

--
Gitblit v1.8.0