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,