test
This commit is contained in:
parent
5f4b461a14
commit
6179e38a3d
2
sql.go
2
sql.go
@ -1340,7 +1340,7 @@ func resetMsgParsingRules() {
|
||||
`(\\[(?P<WinGuild>[A-Z0-9]{1,3})\\]){0,1}(?P<WinDuelist>.*) from (?P<WinCastle>[🐉🦅🐺🦈🦌🥔🌑]).* Castle stands victorious over (\\[(?P<LossGuild>[A-Z0-9]{1,3})\\]){0,1}(?P<LossDuelist>.*) from (?P<LossCastle>[🐉🦅🐺🦈🦌🥔🌑]).* Castle, with blood slowly dripping from his weapon.\\n` +
|
||||
`You received: (?P<Exp>[0-9]+) exp.\\n` +
|
||||
`Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P<Life1>(\\-){0,1}[0-9]+)\\x{FE0F}(?P<Castle1>[🐉🦅🐺🦈🦌🥔🌑])(\\[(?P<Guild1>[A-Z0-9]{1,3})\\]){0,1}(?P<Duelist1>.*)\\n` +
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P<Life1>(\\-){0,1}[0-9]+)\\x{FE0F}(?P<Castle1>.)(\\[(?P<Guild1>[A-Z0-9]{1,3})\\]){0,1}(?P<Duelist1>.*)\\n` +
|
||||
`VS\\n` +
|
||||
`(?s:.*)$")
|
||||
;`)
|
||||
|
Loading…
Reference in New Issue
Block a user