diff --git a/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs b/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
index f3d4c44e9..1d8126f3b 100644
--- a/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
+++ b/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
@@ -12,7 +12,10 @@ public record struct SeStringDrawParams
/// Gets or sets the target draw list.
/// Target draw list, default(ImDrawListPtr) to not draw, or null to use
/// (the default).
- /// If this value is set, will not be called, and ImGui ID will be ignored.
+ ///
+ /// If this value is set, will not be called, and ImGui ID will be ignored.
+ /// You must specify a valid draw list and a valid font via if you set this value,
+ /// since the renderer will not be able to retrieve them from ImGui context.
///
public ImDrawListPtr? TargetDrawList { get; set; }
diff --git a/lib/Lumina.Excel b/lib/Lumina.Excel
index 5d01489c3..6bbdf905c 160000
--- a/lib/Lumina.Excel
+++ b/lib/Lumina.Excel
@@ -1 +1 @@
-Subproject commit 5d01489c34f33a3d645f49085d7fc0065a1ac801
+Subproject commit 6bbdf905c714f0744785941f3526505b6c2caba7