diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 37a6257..49c6075 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -257,5 +257,6 @@ class NotificationTypeEnumV2(enum.Enum): "RaffleCreated": 243, "RaffleExpired": 244, "RaffleFinished": 245, + "StructureImpendingAbandonmentAssetsAtRisk": 249 } )