update rules

This commit is contained in:
shoopea 2019-12-20 10:38:02 +08:00
parent 12b700e118
commit b37ba03452

View File

@ -392,8 +392,8 @@ func resetMsgParsingRules() {
`Entrance fee: 5💰$")
,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawNAck) + `, "Withdraw NAck", "^Not enough items on guild stock$")
,(5000, ` + strconv.Itoa(objSubTypeMessageLevelUpReq) + `, "Level Up Req", "^/level_up$")
,(5000, ` + strconv.Itoa(objSubTypeMessageLevelUpAck) + `, "Level Up Ack #1", "^Choose what you would like to improve 💡 ((?P<Points>[0-9]+) points)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageLevelUpAck) + `, "Level Up Ack #2", "^You have (?P<SPs>[0-9]+) sp. What to improve?🤔\\n` +
,(5000, ` + strconv.Itoa(objSubTypeMessageLevelUpAck) + `, "Level Up Ack #1", "^Choose what you would like to improve 💡 \\((?P<Points>[0-9]+) points\\)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageLevelUpAck) + `, "Level Up Ack #2", "^You have (?P<SPs>[0-9]+) sp. What to improve\\?🤔\\n` +
`(?s:.*)Learned skills: /class$")
;`)