mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 05:43:42 +01:00
Fix female Hrothgar fucking up eqdp accessories
This commit is contained in:
parent
ba0ef577c5
commit
d8e3eafa7d
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ public unsafe struct CharacterUtility
|
|||
{
|
||||
// TODO: female Hrothgar
|
||||
public static readonly int[] EqdpIndices
|
||||
= Enumerable.Range( EqdpStartIdx, NumEqdpFiles ).Where( i => i != EqdpStartIdx + 15 ).ToArray();
|
||||
= Enumerable.Range( EqdpStartIdx, NumEqdpFiles ).Where( i => i != EqdpStartIdx + 15 && i != EqdpStartIdx + 15 + NumEqdpFiles / 2 ).ToArray();
|
||||
|
||||
public const int NumResources = 85;
|
||||
public const int EqpIdx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue