From 4b8eabe6e0f9ae49aa49e2623f3ff1832e14fd56 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 20 Dec 2019 10:53:43 +0800 Subject: [PATCH] update rules --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 4e66c35..77bef25 100644 --- a/rules.go +++ b/rules.go @@ -326,7 +326,7 @@ func resetMsgParsingRules() { ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #96", "^You've stepped into a pile of dung\\. Now you stink\\. Nothing else happened\\.$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #97", "^As you were about to head out for an adventure, you got a feeling you were forgetting something, so you wasted some time trying to remember what it was\\. Finally you gave up and stayed home\\.$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #98", "^Walking through the swamp, you found yourself surrounded by the mist\\. Suddenly you heard a dog howling in the distance\\. You decided to save yourself and ran back home, as your butler promised to cook some porridge\\.$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #99", "^Strolling through the cold winter mountains you came across a giant mansion\\. As you peeked in the window, you noticed a man staring at some blue hideous creature\\. \\"Perfection\\",\\- the man said\\. You decided not to mess with this lunatic, so you stole some magnetic rocks scattered around the house and departed safely\\.(?s:.*)$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #99", "^Strolling through the cold winter mountains you came across a giant mansion\\. As you peeked in the window, you noticed a man staring at some blue hideous creature\\. \"Perfection\",\\- the man said\\. You decided not to mess with this lunatic, so you stole some magnetic rocks scattered around the house and departed safely\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestReq) + `, "Quest Req", "^🗺Quests$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestAck) + `, "Quest Ack #0", "^🌲Forest [0-9]min\\n` +