From e990ceeb00e653f95308d0636245c412afd581b2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 28 五月 2024 17:06:16 +0800 Subject: [PATCH] 10170 【越南】【主干】【港台】终身卡 --- 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 64f234c..9308f44 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5724,7 +5724,8 @@ InvestType_Login, # 登录 9 InvestType_LV, # 等级 10 InvestType_Boss, # Boss 11 -) = range(7, 7 + 5) +InvestType_Life, # 终身卡 12 +) = range(7, 7 + 6) #前端特殊新手引导存储标记 -- Gitblit v1.8.0