mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add new city to the upload (#2078)
This commit is contained in:
parent
3a6312422c
commit
4e76669779
2 changed files with 7 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ internal class UniversalisMarketBoardUploader : IMarketBoardUploader
|
|||
Kugane = taxRates.KuganeTax,
|
||||
Crystarium = taxRates.CrystariumTax,
|
||||
Sharlayan = taxRates.SharlayanTax,
|
||||
Tuliyollal = taxRates.TuliyollalTax,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue