1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Remove support for CardSet::Worldwalker.from_code

06 is now ambiguous
This commit is contained in:
Steffo 2022-10-18 09:33:26 +00:00 committed by GitHub
parent 369e97048a
commit 11bd4204dd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,6 @@ impl CardSet {
"03" => Self::CallOfTheMountain,
"04" => Self::EmpiresOfTheAscended,
"05" => Self::BeyondTheBandlewood,
"06" => Self::Worldwalker,
_ => Self::Unsupported,
}