From 53efbef1c8a36483b40eec4eb2cdb2abcc6b3daf Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 6 Apr 2020 10:27:12 +0800 Subject: [PATCH] fix rules --- data/msg_rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/msg_rules.json b/data/msg_rules.json index 7ee9a7b..2829da9 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1721,7 +1721,7 @@ }, { "prio": 5000, - "descn": "Quest Res with Ambush and loot", + "descn": "Quest Res with Ambush w loot", "rule": "^You met some hostile creatures\\. Be careful:\\n(?P(((([0-9] x ){0,1}[⚜️a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))! Loot is locked till the end of the fight:\\n(?P([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n(?P\\/fight_[a-zA-Z0-9]+)$", "msg_type": "msg_quest_res_ambush", "chat_id": 0, @@ -1729,7 +1729,7 @@ }, { "prio": 5000, - "descn": "Quest Res with Ambush and no loot", + "descn": "Quest Res with Ambush w/o loot", "rule": "^You met some hostile creatures\\. Be careful:\\n(?P(((([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))!\\n\\n(?P\\/fight_[a-zA-Z0-9]+)$", "msg_type": "msg_quest_res_ambush", "chat_id": 0,