From 7fb43a7b4e5fb12d3d863adbe52740e7ad8a6a71 Mon Sep 17 00:00:00 2001 From: Steven Noorbergen <91969936+steven-noorbergen@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:05:04 +0100 Subject: [PATCH] Fix: Double entry for notification type 263 (#41) --- eve_glue/notification_type.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 8921ac2..39927d8 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -301,7 +301,6 @@ class NotificationTypeEnumV2(enum.Enum): "NotificationTypeEnumV12", NotificationTypeEnumV11, add={ - "CorporationGoalNameChange": 263, "CorporationGoalExpired": 264, "CorporationGoalLimitReached": 265, "LPAutoRedeemed": 275,