This commit is contained in:
shoopea 2019-05-28 12:04:49 +08:00
parent a6baf0368a
commit 98c984fc25

View File

@ -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")