This commit is contained in:
shoopea 2019-05-28 12:16:13 +08:00
parent 8b85258149
commit b6c8a1c0da

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:.*)$")