test
This commit is contained in:
parent
a6baf0368a
commit
98c984fc25
2
rules.go
2
rules.go
@ -129,6 +129,8 @@ func resetMsgParsingRules() {
|
||||
`🎽Equipment +(?P<AtkGear>[0-9]+). +(?P<DefGear>[0-9]+).\\n` +
|
||||
`🎒Bag: (?P<BagUsed>[0-9]+)/(?P<BagDispo>[0-9]+) /inv\\n\\n` +
|
||||
`State:\\n(?P<State>.*)\\n\\n` +
|
||||
`More: /hero(?s:.*)$")
|
||||
,(4000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle of the seven castles in .* minutes!\\n(?s:.*)\\n` +
|
||||
`More: /hero(?s:.*)$")
|
||||
;`)
|
||||
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
||||
|
Loading…
Reference in New Issue
Block a user