From cc68ddb0d09d1c007a9129e16e4118aa76bb5372 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 27 Jan 2020 12:40:55 +0800 Subject: [PATCH] test --- workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers.go b/workers.go index c3eebac..c69b85e 100644 --- a/workers.go +++ b/workers.go @@ -511,7 +511,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) { case cacheObjSubType[`msg_bot_g_stock`]: botGStock(m) case cacheObjSubType[`msg_bot_craft_item`]: - botCraftItem(m, r) + botCraftItem(m, rule.re) case cacheObjSubType[`msg_bot_craft_all`]: c := TGCommand{ Type: commandReplyMsg,