test
This commit is contained in:
parent
4d3a33668c
commit
3301e6c1f7
@ -124,7 +124,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
}
|
}
|
||||||
cwm.Report[r.ReplaceAllString(m.Text, "${Loot2}")] = rep
|
cwm.Report[r.ReplaceAllString(m.Text, "${Loot2}")] = rep
|
||||||
b, err := json.Marshal(cwm)
|
b, err := json.Marshal(cwm)
|
||||||
fmt.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))
|
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))
|
||||||
/*
|
/*
|
||||||
if err == nil {
|
if err == nil {
|
||||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : War time : %s (%d)\n", r.ReplaceAllString(m.Text, "${Time}"), objId)
|
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : War time : %s (%d)\n", r.ReplaceAllString(m.Text, "${Time}"), objId)
|
||||||
|
Loading…
Reference in New Issue
Block a user