This commit is contained in:
shoopea 2019-05-13 11:52:17 +08:00
parent 29062d5e83
commit d92c408f42

View File

@ -196,7 +196,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
p, err = strconv.Atoi(r.ReplaceAllString(m.Text, "${Points7}"))
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points7 : "+r.ReplaceAllString(m.Text, "$(Points7)"))
cwm.Report[r.ReplaceAllString(m.Text, "${Score7}")].Points = int32(p)
*/
//b, err := json.Marshal(cwm)
/*
if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 6 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 {