test
This commit is contained in:
parent
14ebdb572a
commit
8b06fba790
@ -169,8 +169,8 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
}
|
}
|
||||||
cwm.Report[r.ReplaceAllString(m.Text, "${Loot7}")] = rep
|
cwm.Report[r.ReplaceAllString(m.Text, "${Loot7}")] = rep
|
||||||
|
|
||||||
rep = cwm.Report[r.ReplaceAllString(m.Text, "$(Score1)")]
|
rep = cwm.Report[r.ReplaceAllString(m.Text, "${Score1}")]
|
||||||
p, err := strconv.Atoi(r.ReplaceAllString(m.Text, "$(Points1)"))
|
p, err := strconv.Atoi(r.ReplaceAllString(m.Text, "${Points1}"))
|
||||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1 : "+r.ReplaceAllString(m.Text, "$(Points1)"))
|
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1 : "+r.ReplaceAllString(m.Text, "$(Points1)"))
|
||||||
rep.Points = int32(p)
|
rep.Points = int32(p)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user