mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix Stain change.
This commit is contained in:
parent
1a36b74557
commit
b51ced8cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public readonly struct Stain
|
|||
=> ((color & 0xFF) << 16) | ((color >> 16) & 0xFF) | (color & 0xFF00) | 0xFF000000;
|
||||
|
||||
public Stain(Lumina.Excel.GeneratedSheets.Stain stain)
|
||||
: this(stain.Name.ToDalamudString().ToString(), SeColorToRgba(stain.Color), (byte)stain.RowId, stain.Unknown4)
|
||||
: this(stain.Name.ToDalamudString().ToString(), SeColorToRgba(stain.Color), (byte)stain.RowId, stain.Unknown5)
|
||||
{ }
|
||||
|
||||
internal Stain(string name, uint dye, byte index, bool gloss)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue