test
This commit is contained in:
parent
1e52778ad7
commit
cfaf19ad14
4
sql.go
4
sql.go
@ -1342,10 +1342,6 @@ func resetMsgParsingRules() {
|
|||||||
`Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$")
|
`Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$")
|
||||||
,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P<Life1>(\\-){0,1}[0-9]+)\\x{2764}(?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{2764}(?P<Castle1>[🐉🦅🐺🦈🦌🥔🌑])(\\[(?P<Guild1>[A-Z0-9]{1,3})\\]){0,1}(?P<Duelist1>.*)\\n` +
|
||||||
`VS\\n` +
|
`VS\\n` +
|
||||||
`(?P<Life2>(\\-){0,1}[0-9]+)\\x{2764}(?P<Castle2>[🐉🦅🐺🦈🦌🥔🌑])(\\[(?P<Guild2>[A-Z0-9]{1,3})\\]){0,1}(?P<Duelist2>.*)\\n` +
|
|
||||||
`(?s:.*)` +
|
|
||||||
`(\\[(?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` +
|
|
||||||
`(?s:.*)$")
|
`(?s:.*)$")
|
||||||
;`)
|
;`)
|
||||||
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
||||||
|
Loading…
Reference in New Issue
Block a user