mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
More renaming...
This commit is contained in:
parent
7bad131542
commit
f38a252295
55 changed files with 423 additions and 407 deletions
|
|
@ -59,7 +59,7 @@ public static class EquipmentSwap
|
|||
case Gender.FemaleNpc when skipFemale: continue;
|
||||
}
|
||||
|
||||
if( CharacterUtility.EqdpIdx( gr, true ) < 0 )
|
||||
if( CharacterUtilityData.EqdpIdx( gr, true ) < 0 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
@ -147,7 +147,7 @@ public static class EquipmentSwap
|
|||
case Gender.FemaleNpc when skipFemale: continue;
|
||||
}
|
||||
|
||||
if( CharacterUtility.EqdpIdx( gr, isAccessory ) < 0 )
|
||||
if( CharacterUtilityData.EqdpIdx( gr, isAccessory ) < 0 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue