From 5f4b461a14c135f1c1db0426418cf01537ebdae2 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 21:30:24 +0800 Subject: [PATCH] test --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index cd2852a..11f7cd4 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]+)\\x{2764}(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + + ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+)\\x{FE0F}(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + `VS\\n` + `(?s:.*)$") ;`)