From d9f13c5e9a02f31cad2f58357acd3140809e88c1 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 11 九月 2018 19:57:27 +0800
Subject: [PATCH] fix:3477【后端】【1.0.15】【1.1.0】娲皇遗迹新增Vip特权:副本购买次数

---
 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 8f86ba1..bb34606 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4826,7 +4826,8 @@
 VIPPrivilege_BoursePwd,    #26 VIP被动技能孔——VIP4专属被动技能孔
 VIPPrivilege_BOSSHomeKillLimit,    #27 BOSS之家疲劳值上限
 VIPPrivilege_FMTDouble,    #28 封魔坛双倍击杀
-) = range(1, 29)
+VIPPrivilege_29,    #29 娲皇遗迹购买次数 - 副本总表统一处理
+) = range(1, 30)
 
 
 (

--
Gitblit v1.8.0