From bb18ea7ad75d9f56b8fbb15bc3698e748ab62c6e Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 31 May 2019 10:23:27 +0800 Subject: [PATCH] test --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 7d5096c..c7472ad 100644 --- a/rules.go +++ b/rules.go @@ -120,7 +120,7 @@ func resetMsgParsingRules() { ,(4900, ` + strconv.Itoa(objSubTypeMessageUnionWar) + `, "Union war rep only fair", "^(🏠Trade union news:\n){0}(?P(?s:.*))(🎪State of exclusive rights:\n)(?P(?s:.*))$") ,(5000, ` + strconv.Itoa(objSubTypeMessageTimeout) + `, "Generic timeout", "^Too late. Action is not available.$") ,(5000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle(.*)of the seven castles in .*!\\n(?s:.*)\\n` + - `(?P.)(\\[(?P[A-Z0-9]+)\\]){0,1}(?P.*?) ((?P(Knight|Ranger|Sentinel|Collector|Blacksmith|Alchemist)) ){0,1}of (?P[a-zA-Z]*) Castle\\n` + + `(?P.)(\\[(?P[A-Z0-9]+)\\]){0,1}(?P.*?) ((?P(Knight|Ranger|Sentinel|Collector|Blacksmith|Alchemist|Esquire|Master)) ){0,1}of (?P[a-zA-Z]*) Castle\\n` + `.Level: (?P[0-9]+)\\n` + `.Atk: (?P[0-9]+) .Def: (?P[0-9]+)\\n` + `.Exp: (?P[0-9]+)/(?P[0-9]+)\\n` +