test
This commit is contained in:
parent
7dd8fd70b7
commit
a6baf0368a
2
rules.go
2
rules.go
@ -129,7 +129,7 @@ func resetMsgParsingRules() {
|
|||||||
`🎽Equipment +(?P<AtkGear>[0-9]+). +(?P<DefGear>[0-9]+).\\n` +
|
`🎽Equipment +(?P<AtkGear>[0-9]+). +(?P<DefGear>[0-9]+).\\n` +
|
||||||
`🎒Bag: (?P<BagUsed>[0-9]+)/(?P<BagDispo>[0-9]+) /inv\\n\\n` +
|
`🎒Bag: (?P<BagUsed>[0-9]+)/(?P<BagDispo>[0-9]+) /inv\\n\\n` +
|
||||||
`State:\\n(?P<State>.*)\\n\\n` +
|
`State:\\n(?P<State>.*)\\n\\n` +
|
||||||
`More:/hero(?s:.*)$")
|
`More: /hero(?s:.*)$")
|
||||||
;`)
|
;`)
|
||||||
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user