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 (