Some more reworking

This commit is contained in:
Ottermandias 2022-10-19 15:24:27 +02:00
parent 6a4b5fc3b2
commit dad146d043
41 changed files with 1714 additions and 1320 deletions

View file

@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using Dalamud.Data;
using Dalamud.Logging;
using Dalamud.Utility;
@ -187,6 +188,7 @@ public class RestrictedGear
_femaleToMale.TryAdd(fModelIdSlot, mModelIdSlot);
}
// @formatter:off
// Add all currently existing and known gender restricted items.
private void AddKnown()
{
@ -431,4 +433,5 @@ public class RestrictedGear
0x0102E8,
0x010245,
};
// @Formatter:on
}