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:
parent
061215ad23
commit
78e494d414
1 changed files with 4 additions and 4 deletions
|
@ -213,14 +213,14 @@ impl TryFrom<&str> for TribeValue {
|
|||
"Duskwight" => 4,
|
||||
"Plainsfolk" => 5,
|
||||
"Dunesfolk" => 6,
|
||||
"Seeker" => 7,
|
||||
"Seeker of the Sun" => 7,
|
||||
"Keeper of the Moon" => 8,
|
||||
"Sea Wolf" => 9,
|
||||
"Hellsguard" => 10,
|
||||
"Raen" => 11,
|
||||
"Xaela" => 12,
|
||||
"Hellion" => 13,
|
||||
"Lost" => 14,
|
||||
"Hellions" => 13,
|
||||
"The Lost" => 14,
|
||||
"Rava" => 15,
|
||||
"Veena" => 16,
|
||||
_ => return Err(ArchiveError::ParsingError),
|
||||
|
|
Loading…
Add table
Reference in a new issue