diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 9da3b54..483dbb9 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -309,5 +309,7 @@ class NotificationTypeEnumV2(enum.Enum): "SkyhookUnderAttack": 283, "SkyhookDestroyed": 284, "SkyhookDeployed": 285, + "StructureLowReagentsAlert": 6040, + "StructureNoReagentsAlert": 6041, }, )