This commit is contained in:
shoopea 2019-05-28 12:03:45 +08:00
parent 7dd8fd70b7
commit a6baf0368a

View File

@ -129,7 +129,7 @@ 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:.*)$")
`More: /hero(?s:.*)$")
;`)
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
}