Fix some data issues. 0.1.3.1.

This commit is contained in:
Ottermandias 2023-06-12 01:14:24 +02:00
parent 579ef97dcc
commit 9ec597cf2a
7 changed files with 197 additions and 201 deletions

View file

@ -51,7 +51,7 @@ namespace Glamourer
=> new(sheet.First(), "Nothing", slot);
static Item EmptyNpc(EquipSlot slot)
=> new(new Lumina.Excel.GeneratedSheets.Item() { ModelMain = 9903 }, "Smallclothes (NPC)", slot);
=> new(new Lumina.Excel.GeneratedSheets.Item() { ModelMain = 9903, RowId = 1 }, "Smallclothes (NPC)", slot);
_itemsBySlot = new Dictionary<EquipSlot, List<Item>>()
{