From 1b5909ca0a9f039b7ed49f2a5f0252ca691e0748 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 16 Dec 2019 10:22:22 +0800 Subject: [PATCH] update champion quest --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 4ecac6d..22cd885 100644 --- a/rules.go +++ b/rules.go @@ -365,7 +365,7 @@ func resetMsgParsingRules() { `📯Arena (🔒){0,1}\\n` + `Arena isn't a place for the weak\\. Here you fight against other players and if you stand victorious, you acquire precious experience\\.$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResultAmbush) + `, "Quest Res with Ambush and loot", "^You met some hostile creatures\\. Be careful:\\n` + - `(?P(((([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n` + + `(?P(((([0-9] x ){0,1}[⚜️a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n` + `((It's an ambush)|(It is ambush))! Loot is locked till the end of the fight:\\n` + `(?P([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n` + `(?P\\/fight_[a-zA-Z0-9]+)$")