mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
[API 13] Add Lumina.Excel as submodule (#2332)
* WIP on excel-submodule * Add Lumina.Excel to build * Fix sheet changes
This commit is contained in:
parent
ff36f08d0c
commit
d6aa6b8b64
8 changed files with 28 additions and 9 deletions
|
|
@ -221,8 +221,8 @@ internal class SheetRedirectResolver : IServiceType
|
|||
sheetName = nameof(LSheets.AkatsukiNoteString);
|
||||
colIndex = 0;
|
||||
|
||||
if (this.dataManager.Excel.GetSubrowSheet<LSheets.AkatsukiNote>().TryGetRow(rowId, out var row))
|
||||
rowId = (uint)row[0].Unknown2;
|
||||
if (this.dataManager.Excel.GetSubrowSheet<LSheets.AkatsukiNote>().TryGetSubrow(rowId, 0, out var row))
|
||||
rowId = row.ListName.RowId;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue