This commit is contained in:
shoopea 2019-05-13 11:34:11 +08:00
parent c3eb06cb5b
commit 537ca4045d

View File

@ -175,7 +175,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
rep.Points = int32(p)
cwm.Report[r.ReplaceAllString(m.Text, "${Score1}")] = rep
b, err := json.Marshal(cwm)
b, err := json.Marshal(rep)
/*
if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 6 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 {
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : NOT MATCHED \nLoot1: %s\n%s\n", r.ReplaceAllString(m.Text, "${Loot1}"), m.Text)