test
This commit is contained in:
parent
683b1a7fe3
commit
fdad8c0b82
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user