More renaming...

This commit is contained in:
Ottermandias 2023-03-23 20:42:34 +01:00
parent 7bad131542
commit f38a252295
55 changed files with 423 additions and 407 deletions

View file

@ -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;
}