From cfaf19ad14e1f97e70e6c01e72a72d80ddc2a793 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 21:29:38 +0800 Subject: [PATCH] test --- sql.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sql.go b/sql.go index 0134917..cd2852a 100644 --- a/sql.go +++ b/sql.go @@ -1342,10 +1342,6 @@ func resetMsgParsingRules() { `Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$") ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+)\\x{2764}(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + `VS\\n` + - `(?P(\\-){0,1}[0-9]+)\\x{2764}(?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` + - `You received: (?P[0-9]+) exp.\\n` + `(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules")