test
This commit is contained in:
parent
29062d5e83
commit
d92c408f42
@ -196,7 +196,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
p, err = strconv.Atoi(r.ReplaceAllString(m.Text, "${Points7}"))
|
p, err = strconv.Atoi(r.ReplaceAllString(m.Text, "${Points7}"))
|
||||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points7 : "+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)
|
cwm.Report[r.ReplaceAllString(m.Text, "${Score7}")].Points = int32(p)
|
||||||
*/
|
|
||||||
//b, err := json.Marshal(cwm)
|
//b, err := json.Marshal(cwm)
|
||||||
/*
|
/*
|
||||||
if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 6 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 {
|
if len(r.ReplaceAllString(m.Text, "${Loot1}")) < 6 || len(r.ReplaceAllString(m.Text, "${Loot1}")) > 11 {
|
||||||
|
Loading…
Reference in New Issue
Block a user