mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53: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; }
|
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; }
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue