mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Add support for CardSet::TheDarkinSaga.to_code
This commit is contained in:
parent
e43c42f7f2
commit
369e97048a
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ impl CardSet {
|
|||
Self::EmpiresOfTheAscended => Some("04".to_string()),
|
||||
Self::BeyondTheBandlewood => Some("05".to_string()),
|
||||
Self::Worldwalker => Some("06".to_string()),
|
||||
Self::TheDarkinSaga => Some("06".to_string()),
|
||||
|
||||
_ => None,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue