Skip to content

Commit

Permalink
ADD '246' to NotificationTypeEnumV8
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkrasucki committed Jun 15, 2020
1 parent 1501326 commit 5acb9d5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions eve_glue/notification_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Helpers for character notifications."""


import enum

from eve_glue.enums import new_from_enum
Expand Down Expand Up @@ -197,17 +196,15 @@ class NotificationTypeEnumV2(enum.Enum):
add={
"StructuresJobsPaused": 210,
"StructuresJobsCancelled": 211,
}
)
})

NotificationTypeEnumV4 = new_from_enum( # pylint: disable=invalid-name
"NotificationTypeEnumV4",
NotificationTypeEnumV3,
add={
"CombatOperationFinished": 1013,
"IndustryOperationFinished": 1014
}
)
})

NotificationTypeEnumV5 = new_from_enum( # pylint: disable=invalid-name
"NotificationTypeEnumV5",
Expand Down Expand Up @@ -247,8 +244,7 @@ class NotificationTypeEnumV2(enum.Enum):
add={
"MercOfferRetractedMsg": 241,
"OfferToAllyRetracted": 242,
}
)
})

NotificationTypeEnumV8 = new_from_enum( # pylint: disable=invalid-name
"NotificationTypeEnumV8",
Expand All @@ -257,6 +253,7 @@ class NotificationTypeEnumV2(enum.Enum):
"RaffleCreated": 243,
"RaffleExpired": 244,
"RaffleFinished": 245,
"WarEndedHqSecurityDrop": 246,
"StructureImpendingAbandonmentAssetsAtRisk": 249
}
)

0 comments on commit 5acb9d5

Please sign in to comment.