From 6215f80fed4f032b2df54d2f3b83068d2ff4c654 Mon Sep 17 00:00:00 2001 From: Steven Noorbergen <91969936+steven-noorbergen@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:16:04 +0100 Subject: [PATCH] Chore: add notification type for new MTO (#42) --- eve_glue/notification_type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 39927d8..e2fc099 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -313,6 +313,7 @@ class NotificationTypeEnumV2(enum.Enum): "SkyhookDeployed": 285, "MercenaryDenReinforced": 286, "MercenaryDenAttacked": 287, + "MercenaryDenNewMTO": 288, "DailyItemRewardAutoClaimed": 6013, "StructureLowReagentsAlert": 6040, "StructureNoReagentsAlert": 6041,