fix: Universalis tax rate upload for sharlayan

This commit is contained in:
goaaats 2022-01-30 22:28:43 +01:00
parent c2fac55a93
commit ccb3f1100a
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 1 deletions

View file

@ -44,7 +44,7 @@ namespace Dalamud.Game.Network.Internal.MarketBoardUploaders.Universalis.Types
public uint Crystarium { get; set; } public uint Crystarium { get; set; }
/// <summary> /// <summary>
/// Gets or sets The Crystarium's current tax rate. /// Gets or sets Old Sharlayan's current tax rate.
/// </summary> /// </summary>
[JsonProperty("sharlayan")] [JsonProperty("sharlayan")]
public uint Sharlayan { get; set; } public uint Sharlayan { get; set; }

View file

@ -134,6 +134,7 @@ namespace Dalamud.Game.Network.Internal.MarketBoardUploaders.Universalis
Ishgard = taxRates.IshgardTax, Ishgard = taxRates.IshgardTax,
Kugane = taxRates.KuganeTax, Kugane = taxRates.KuganeTax,
Crystarium = taxRates.CrystariumTax, Crystarium = taxRates.CrystariumTax,
Sharlayan = taxRates.SharlayanTax,
}, },
}; };