mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-01 16:37:45 +00:00
Don't crash when parsing Au Ra
This commit is contained in:
parent
0e1ebccd9c
commit
061215ad23
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ impl TryFrom<&str> for RaceValue {
|
||||||
"Lalafell" => 3,
|
"Lalafell" => 3,
|
||||||
"Miqo'te" => 4,
|
"Miqo'te" => 4,
|
||||||
"Roegadyn" => 5,
|
"Roegadyn" => 5,
|
||||||
"AuRa" => 6,
|
"Au Ra" => 6,
|
||||||
"Hrothgar" => 7,
|
"Hrothgar" => 7,
|
||||||
"Viera" => 8,
|
"Viera" => 8,
|
||||||
_ => return Err(ArchiveError::ParsingError),
|
_ => return Err(ArchiveError::ParsingError),
|
||||||
|
|
Loading…
Add table
Reference in a new issue