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

Fix more tribe names

This commit is contained in:
Joshua Goins 2025-04-28 16:40:05 -04:00
parent 061215ad23
commit 78e494d414

View file

@ -213,14 +213,14 @@ impl TryFrom<&str> for TribeValue {
"Duskwight" => 4, "Duskwight" => 4,
"Plainsfolk" => 5, "Plainsfolk" => 5,
"Dunesfolk" => 6, "Dunesfolk" => 6,
"Seeker" => 7, "Seeker of the Sun" => 7,
"Keeper of the Moon" => 8, "Keeper of the Moon" => 8,
"Sea Wolf" => 9, "Sea Wolf" => 9,
"Hellsguard" => 10, "Hellsguard" => 10,
"Raen" => 11, "Raen" => 11,
"Xaela" => 12, "Xaela" => 12,
"Hellion" => 13, "Hellions" => 13,
"Lost" => 14, "The Lost" => 14,
"Rava" => 15, "Rava" => 15,
"Veena" => 16, "Veena" => 16,
_ => return Err(ArchiveError::ParsingError), _ => return Err(ArchiveError::ParsingError),