update champion quest

This commit is contained in:
shoopea 2019-12-16 10:22:22 +08:00
parent 228d65b704
commit 1b5909ca0a

View File

@ -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<Monsters>(((([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n` +
`(?P<Monsters>(((([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<Loot>([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n` +
`(?P<Link>\\/fight_[a-zA-Z0-9]+)$")