From a204f36c653349b8007e337d5eee5a2fe253e6a9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 22:01:20 +0800 Subject: [PATCH] test --- sql.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql.go b/sql.go index 9d97716..73dfb18 100644 --- a/sql.go +++ b/sql.go @@ -1343,6 +1343,8 @@ func resetMsgParsingRules() { ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+).*(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).*(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + `VS\\n` + `(?P(\\-){0,1}[0-9]+).*(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).*(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + + `(?s:.*)` + + `(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from .*(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle stands victorious over (\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from .*(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle, with blood slowly dripping from his weapon.\\n` + `(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules")