This commit is contained in:
shoopea 2020-01-27 12:40:55 +08:00
parent 03552d18ed
commit cc68ddb0d0

View File

@ -511,7 +511,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
case cacheObjSubType[`msg_bot_g_stock`]: case cacheObjSubType[`msg_bot_g_stock`]:
botGStock(m) botGStock(m)
case cacheObjSubType[`msg_bot_craft_item`]: case cacheObjSubType[`msg_bot_craft_item`]:
botCraftItem(m, r) botCraftItem(m, rule.re)
case cacheObjSubType[`msg_bot_craft_all`]: case cacheObjSubType[`msg_bot_craft_all`]:
c := TGCommand{ c := TGCommand{
Type: commandReplyMsg, Type: commandReplyMsg,