From 537ca4045db6f8b42bf6837545764f41c0561919 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 13 May 2019 11:34:11 +0800 Subject: [PATCH] test --- workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers.go b/workers.go index b3a584d..0fa1326 100644 --- a/workers.go +++ b/workers.go @@ -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)