diff --git a/src/dlc.rs b/src/dlc.rs index 6f02364..a61ddd0 100644 --- a/src/dlc.rs +++ b/src/dlc.rs @@ -32,6 +32,7 @@ pub fn dlc_id(name: &str) -> Option { "Lions of the North" => Some(115), "Domination" => Some(119), "King of Kings" => Some(128), + "Winds of Change" => Some(136), _ => None, } }