mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
fix: update lumina, flash window
This commit is contained in:
parent
877b95eca6
commit
bef5a35fd9
6 changed files with 85 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ using Lumina.Excel;
|
|||
|
||||
namespace Dalamud.Data.TransientSheet
|
||||
{
|
||||
[SheetName("ContentFinderCondition")]
|
||||
[Sheet("ContentFinderCondition")]
|
||||
public class ContentFinderCondition : IExcelRow
|
||||
{
|
||||
// column defs from Thu, 13 Feb 2020 20:46:12 GMT
|
||||
|
|
@ -595,7 +595,7 @@ namespace Dalamud.Data.TransientSheet
|
|||
public int RowId { get; set; }
|
||||
public int SubRowId { get; set; }
|
||||
|
||||
public void PopulateData(RowParser parser)
|
||||
public void PopulateData(RowParser parser, Lumina.Lumina lumina)
|
||||
{
|
||||
RowId = parser.Row;
|
||||
SubRowId = parser.SubRow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue