mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 10:04:21 +00:00
Remove support for CardSet::Worldwalker::from::<u32>
06 is now ambiguous
This commit is contained in:
parent
e5aa83af96
commit
75279c8ba7
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ impl From<u32> for CardSet {
|
||||||
3 => CardSet::CallOfTheMountain,
|
3 => CardSet::CallOfTheMountain,
|
||||||
4 => CardSet::EmpiresOfTheAscended,
|
4 => CardSet::EmpiresOfTheAscended,
|
||||||
5 => CardSet::BeyondTheBandlewood,
|
5 => CardSet::BeyondTheBandlewood,
|
||||||
6 => CardSet::Worldwalker,
|
|
||||||
_ => CardSet::Unsupported,
|
_ => CardSet::Unsupported,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue