diff --git a/workers.go b/workers.go index 33bf950..537eb61 100644 --- a/workers.go +++ b/workers.go @@ -169,7 +169,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) { } cwm.Report[r.ReplaceAllString(m.Text, "${Loot7}")] = rep //b, err := json.Marshal(cwm) - if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 8 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 { + if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 6 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 { log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] :\n%s\n", m.Text) } /*else { log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))