fix
This commit is contained in:
parent
ff7b00dcef
commit
520cf5b8c7
2
rules.go
2
rules.go
@ -372,7 +372,7 @@ func resetMsgParsingRules() {
|
|||||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResultAmbush) + `, "Quest Res with Ambush and no loot", "^You met some hostile creatures\\. Be careful:\\n` +
|
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResultAmbush) + `, "Quest Res with Ambush and no loot", "^You met some hostile creatures\\. Be careful:\\n` +
|
||||||
`(?P<Monsters>(([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*\\n{0,1})+)\\n` +
|
`(?P<Monsters>(([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*\\n{0,1})+)\\n` +
|
||||||
`It's an ambush!\\n` +
|
`It's an ambush!\\n` +
|
||||||
`(?P<Loot>([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+*)\\n` +
|
`(?P<Loot>([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n` +
|
||||||
`\\/fight_[a-zA-Z0-9]+$")
|
`\\/fight_[a-zA-Z0-9]+$")
|
||||||
|
|
||||||
;`)
|
;`)
|
||||||
|
Loading…
Reference in New Issue
Block a user