From 96877641a2c41433fd7eb79420062b8d20185385 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 10 五月 2024 17:41:25 +0800 Subject: [PATCH] 10054 【后端】任务系统(任务状态2改为可领取状态) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 +- 1 files changed, 1 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 0f059cf..e7ca3f4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -6222,7 +6222,7 @@ TaskStateList = ( TaskState_None, # 无 0 TaskState_Doing, # 进行中 1 -TaskState_Finish, # 已完成 2 +TaskState_CanGet, # 可领取 2 ) = range(3) # 充值点券处理类型 -- Gitblit v1.8.0