This commit is contained in:
shoopea 2019-05-28 12:17:33 +08:00
parent b6c8a1c0da
commit d8aa7efefc

View File

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