From 1f718f41ab26e8c3fa1e4b8d15fed27a438971fa Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 17 May 2024 17:53:59 -0600 Subject: [PATCH] Add new event type: AHD (Area Hydrological Discussion) --- data/events.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/events.json b/data/events.json index 4f4aea8..b5cbb85 100644 --- a/data/events.json +++ b/data/events.json @@ -1506,5 +1506,9 @@ "NMN": { "text": "Network Message Notification", "priority": 5 + }, + "AHD": { + "text": "Area Hydrological Discussion", + "priority": 1 } }