From f8f22510cc15d13f1bf03e30158c14a5a2c4c4b8 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 14 Jun 2023 15:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9E=9A=E4=B8=BE=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/comm/const.go b/comm/const.go index 9090ee8a1..9da21a8ce 100644 --- a/comm/const.go +++ b/comm/const.go @@ -455,11 +455,6 @@ const ( Reddot24 ReddotType = 10024 //熊猫武馆----可升级红点 Reddot25 ReddotType = 10025 //熊猫武馆----可领取奖励红点 Reddot33 ReddotType = 10033 //附魔副本 有挑战次数 - - // 铁匠铺 - Reddot17102 ReddotType = 17102 // 铁匠铺手册台 - Reddot17106 ReddotType = 17106 // 铁匠铺手册台收藏家奖励上 - Reddot17107 ReddotType = 17107 // 铁匠铺手册台收藏家奖励按钮上 ) type TaskType int32