diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/statistics/gamedata.rs | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/src/statistics/gamedata.rs b/src/statistics/gamedata.rs index e66f583..8e59849 100644 --- a/src/statistics/gamedata.rs +++ b/src/statistics/gamedata.rs @@ -54,6 +54,13 @@ pub enum Boss {      MAMA = 0x427D,      Siax = 0x4284,      Ensolyss = 0x4234, + +    // Strike missions +    IcebroodConstruct = 0x568A, +    VoiceOfTheFallen = 0x5747, +    FraenirOfJormag = 0x57DC, +    Boneskinner = 0x57F9, +    WhisperOfJormag = 0x58B7,  } | 
