From d1fafd459b8a8c3c697cf3221a609278ef768633 Mon Sep 17 00:00:00 2001 From: Tsubasahane Date: Mon, 12 Jan 2026 13:55:09 +0800 Subject: [PATCH] Fix lumina offset for WorldSheet --- LightlessSync/Services/DalamudUtilService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/Services/DalamudUtilService.cs b/LightlessSync/Services/DalamudUtilService.cs index 5da96bb..6f0869d 100644 --- a/LightlessSync/Services/DalamudUtilService.cs +++ b/LightlessSync/Services/DalamudUtilService.cs @@ -93,7 +93,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber { return gameData.GetExcelSheet(clientLanguage)! .Where(w => !w.Name.IsEmpty && w.DataCenter.RowId != 0 && (w.IsPublic || char.IsUpper(w.Name.ToString()[0]) - || w is { RowId: > 1000, Region: 101 or 201 })) + || w is { RowId: > 1000, UserType: 101 or 201 })) .ToDictionary(w => (ushort)w.RowId, w => w.Name.ToString()); }); JobData = new(() =>