Skip to content

Commit

Permalink
[bugf] add missing StructureItemsMovedToSafety notif type
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Jun 5, 2018
1 parent 36ad93a commit b68b9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eve_glue/notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class NotificationTypeEnum(enum.Enum):
"MoonminingExtractionStarted": 202,
"StructureWentLowPower": 207,
"StructureWentHighPower": 208,
"StructuresReinforcementChanged": 209
}
"StructuresReinforcementChanged": 209,
"StructureItemsMovedToSafety": 190,
},
)

0 comments on commit b68b9ba

Please sign in to comment.