mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
fix: Universalis tax rate upload for sharlayan
This commit is contained in:
parent
c2fac55a93
commit
ccb3f1100a
2 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ namespace Dalamud.Game.Network.Internal.MarketBoardUploaders.Universalis.Types
|
|||
public uint Crystarium { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets The Crystarium's current tax rate.
|
||||
/// Gets or sets Old Sharlayan's current tax rate.
|
||||
/// </summary>
|
||||
[JsonProperty("sharlayan")]
|
||||
public uint Sharlayan { get; set; }
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ namespace Dalamud.Game.Network.Internal.MarketBoardUploaders.Universalis
|
|||
Ishgard = taxRates.IshgardTax,
|
||||
Kugane = taxRates.KuganeTax,
|
||||
Crystarium = taxRates.CrystariumTax,
|
||||
Sharlayan = taxRates.SharlayanTax,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue