From b1d8310e3a87e79709e8b989f9c2cbe6fb1f70ae Mon Sep 17 00:00:00 2001 From: Steven Noorbergen <91969936+steven-noorbergen@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:04:25 +0100 Subject: [PATCH] Add: missing notification IDs (Revenant Expansion) (#38) --- eve_glue/notification_type.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 483dbb9..23f3edb 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -309,6 +309,8 @@ class NotificationTypeEnumV2(enum.Enum): "SkyhookUnderAttack": 283, "SkyhookDestroyed": 284, "SkyhookDeployed": 285, + "MercenaryDenReinforced": 286, + "DailyItemRewardAutoClaimed": 6013, "StructureLowReagentsAlert": 6040, "StructureNoReagentsAlert": 6041, },