update lumina, remove the transient sheets that lumina provides

This commit is contained in:
NotAdam 2020-06-15 19:27:29 +10:00
parent 9872a9fe0f
commit e021a3c153
10 changed files with 10 additions and 1103 deletions

View file

@ -166,7 +166,7 @@ namespace Dalamud.Game {
if (!valueInfo.Success || !int.TryParse(valueInfo.Value.Replace(",", "").Replace(".", ""), out var itemValue))
continue;
Task.Run(() => this.dalamud.BotManager.ProcessRetainerSale((int)itemLink.Item.RowId, itemValue, itemLink.IsHQ));
Task.Run(() => this.dalamud.BotManager.ProcessRetainerSale(itemLink.Item.RowId, itemValue, itemLink.IsHQ));
break;
}
}