diff --git a/msg.go b/msg.go index 85d821d..68345ca 100644 --- a/msg.go +++ b/msg.go @@ -186,7 +186,7 @@ func parseSubTypeMessageReportAck(m *ChatWarsMessage, r *regexp.Regexp) (*ChatWa `(Lost\: (?P.*))|` + `(You were healed by (?P.*))|` + `(You were poisoned by (?P.*))|` + - `(Got hit by an arrow from (?P.*), (?P.*) skill decreased)|` + + `(Got hit by an arrow from (?P.*), (?P.*) skill decreased)|` + `.+)`) for i, l := range re.FindAllStringSubmatch(r.ReplaceAllString(m.Text, "${Extra}"), -1) { if len(re.ReplaceAllString(l[0], "${Cry}")) != 0 {