This commit is contained in:
shoopea 2019-05-28 12:09:50 +08:00
parent 1b3baf807a
commit f16d8524cc

View File

@ -131,6 +131,7 @@ func resetMsgParsingRules() {
`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` +
`🎽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:.*)$")