From f87b69ad9c32c75d74d40689e0d0427f0a1a6e46 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 09 四月 2019 11:41:44 +0800
Subject: [PATCH] 6457 【后端】【2.0】缥缈仙域开发单(奇遇)

---
 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 750ec3f..098e6fa 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -3848,6 +3848,7 @@
 Def_PDict_FairyDomainEventID = "FairyDomainEventID%s" #事件ID 参数第n个事件
 Def_PDict_FairyDomainEnergy = "FairyDomainEnergy" #体力值
 Def_PDict_FairyDomainVisitCnt = "FairyDomainVisitCnt" #寻访总次数
+Def_PDict_FairyAdventuresData = "FairyAdventuresData_%s" #奇遇数值 唯一ID*100+档位 参数事件ID
 #-------------------------------------------------------------------------------
 #可以从07 41封包购买的背包类型,和对应字典{背包类型:[字典key, 默认格子数]}
 
@@ -5058,7 +5059,8 @@
 Def_RewardType_NewFairyCParty, # 新仙界盛典全民来嗨24
 Def_RewardType_FeastWeekPartyAct, # 领取节日巡礼活动奖励25
 Def_RewardType_FeastWeekPartyPoint, # 领取节日巡礼积分奖励26
-)= range(27)
+Def_RewardType_FairyAdventuresAward, #缥缈奇遇领取27
+)= range(28)
 
 
 #boss复活相关活动定义

--
Gitblit v1.8.0