From 9dca86f507b7c65a5694369b0dba8a9f76e86c44 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 4 Apr 2020 15:18:41 +0200 Subject: add strike mission IDs --- src/statistics/gamedata.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') 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, } -- cgit v1.2.3