From cc232fd5f6dd0eea4798c528a6570503a9d7742e Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 21:52:44 +0800 Subject: [PATCH] test --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index 28b3b80..a4e417c 100644 --- a/sql.go +++ b/sql.go @@ -1340,7 +1340,7 @@ func resetMsgParsingRules() { `(\\[(?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` + `Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+).(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])` + + ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+).*(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + `(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules")