1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-01 08:27:46 +00:00

Don't crash when parsing Au Ra

This commit is contained in:
Joshua Goins 2025-04-28 16:38:30 -04:00
parent 0e1ebccd9c
commit 061215ad23

View file

@ -181,7 +181,7 @@ impl TryFrom<&str> for RaceValue {
"Lalafell" => 3,
"Miqo'te" => 4,
"Roegadyn" => 5,
"AuRa" => 6,
"Au Ra" => 6,
"Hrothgar" => 7,
"Viera" => 8,
_ => return Err(ArchiveError::ParsingError),