diff --git a/data/code_obj_sub_type.json b/data/code_obj_sub_type.json index 7f1fcf8..cbce632 100644 --- a/data/code_obj_sub_type.json +++ b/data/code_obj_sub_type.json @@ -564,6 +564,11 @@ "name": "NY 2020 Event Regroup", "obj_type": "msg" }, + { + "intl_id": "msg_ny2020_battle", + "name": "NY 2020 Event Battle Station", + "obj_type": "msg" + }, { "intl_id": "job_pillage", "name": "Pillage job", diff --git a/data/msg_rules.json b/data/msg_rules.json index 57e2b5d..0bb5b6a 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1802,7 +1802,7 @@ { "prio": 5000, "descn": "NY2020 Event Current Map", - "rule": "^Current positioning:\\n(?P(?s:.*))\\n(?P( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$", + "rule": "^Current positioning:\\n(?P(?s:.*))(?P( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$", "msg_type": "msg_ny2020_current_map", "chat_id": -1001198527605, "user_id": 841616455 @@ -1814,5 +1814,13 @@ "msg_type": "msg_ny2020_regroup", "chat_id": -1001198527605, "user_id": 841616455 + }, + { + "prio": 5000, + "descn": "NY2020 Event Battle Stations", + "rule": "^To the battle stations\\!\\n(?P(?s:.*))\\n(?P( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$", + "msg_type": "msg_ny2020_battle", + "chat_id": -1001198527605, + "user_id": 841616455 } ] \ No newline at end of file