This commit is contained in:
shoopea 2019-05-09 17:32:34 +08:00
parent 683b1a7fe3
commit fdad8c0b82

View File

@ -115,7 +115,8 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
cwm.Status = r.ReplaceAllString(m.Text, "${Status}")
t, _ := fromChatWarsDate(r.ReplaceAllString(m.Text, "${End}"))
cwm.End = t.Unix()
insertMsgAuctionAnnounce(&cwm)
err = insertMsgAuctionAnnounce(&cwm)
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : AuctionAnnounce")
case objSubTypeMessageTime:
/*
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Time (%d)\n", objId)