From 2674883fb4b73e0af84fff370a68c7dbd57cd5d1 Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Fri, 30 Dec 2022 15:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=BB=E5=8A=A1=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/comm/const.go b/comm/const.go index c32741ceb..3f52107d6 100644 --- a/comm/const.go +++ b/comm/const.go @@ -535,6 +535,12 @@ const ( Rtype138 TaskType = 138 //在线N分钟(从接到任务开始,记录玩家在线时间并记入进度) Rtype139 TaskType = 139 //通过融合获得指定英雄(从接到任务开始记录,通过融合获得指定英雄则任务完成) Rtype140 TaskType = 140 //关卡编辑器完成条件 + Rtype141 TaskType = 141 //成长任务接取抽卡 + Rtype142 TaskType = 142 //成长任务阵营接取抽卡 + Rtype143 TaskType = 143 //日常任务接取抽卡 + Rtype144 TaskType = 144 //日常任务阵营接取抽卡 + Rtype145 TaskType = 145 //周长任务接取抽卡 + Rtype146 TaskType = 146 //周长任务阵营接取抽卡 ) const (