From 2505490350aef663b511249699a9b2294d92ea7b Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 2 Oct 2019 16:48:03 +0800 Subject: [PATCH] typo --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 8af85f0..60e809e 100644 --- a/rules.go +++ b/rules.go @@ -267,7 +267,7 @@ func resetMsgParsingRules() { ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the lush thicket the path became barely distinguishable\\. Luckily, the trees ended before you got lost completely\\. You even managed to find some gold in an old tree hollow\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "You saw a river running through the middle of the forest\\. It was a rather hot day, so you decided to go for a swim\\. On the other shore, you saw beautiful nimphas bathing in the waters\\. They looked so naive, so you stole their clothes and sold them\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "On your way through the forest, you found an old woman, who offered you a beautifull red apple\\. You heard this story before, so you slayed the woman and you sold it to your neighbor\\.(?s:.*)$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the forest you met a strange creature who was mumbling about his "precious" and was scared of sunlight\\. It was poor mad Andy Serkis\\. You stole his wedding ring and sold it to a merchant\\. Strangely the merchant was never seen again\\.(?s:.*)$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the forest you met a strange creature who was mumbling about his \\"precious\\" and was scared of sunlight\\. It was poor mad Andy Serkis\\. You stole his wedding ring and sold it to a merchant\\. Strangely the merchant was never seen again\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the middle of the forest you came upon a short man wearing all green\\. He was drunkingly mumbling about pot of gold at the end of the rainbow\\. Feeling excited, you followed it, only to find a big couldron, full of potatoes\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "At the edge of the known lands, there is an old cursed field, full of relics of ancient civilisations that destroyed each other\\. You love coming back there, to collect antique items that historians can pay a good price for\\. Today you found there a massive red shield with a mystical engraving of a crowned black square\\. A shame that you can’t decipher a symbolical meaning of perished empires\\. Still, worth a fortune\\.(?s:.*)$") ;`)