Add new city to the upload (#2078)

This commit is contained in:
Infi 2024-11-14 06:56:00 +01:00 committed by GitHub
parent 3a6312422c
commit 4e76669779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -48,4 +48,10 @@ internal class UniversalisTaxData
/// </summary>
[JsonProperty("sharlayan")]
public uint Sharlayan { get; set; }
/// <summary>
/// Gets or sets Tuliyollal's current tax rate.
/// </summary>
[JsonProperty("tuliyollal")]
public uint Tuliyollal { get; set; }
}

View file

@ -131,6 +131,7 @@ internal class UniversalisMarketBoardUploader : IMarketBoardUploader
Kugane = taxRates.KuganeTax,
Crystarium = taxRates.CrystariumTax,
Sharlayan = taxRates.SharlayanTax,
Tuliyollal = taxRates.TuliyollalTax,
},
};