Skip to content

Commit

Permalink
Update dlc list
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed May 7, 2024
1 parent c526da0 commit d24d0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dlc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn dlc_id(name: &str) -> Option<i32> {
"Lions of the North" => Some(115),
"Domination" => Some(119),
"King of Kings" => Some(128),
"Winds of Change" => Some(136),
_ => None,
}
}

0 comments on commit d24d0b9

Please sign in to comment.