deps: update FFXIVClientStructs

This commit is contained in:
goaaats 2022-01-29 15:59:18 +01:00
parent d88e0bcf54
commit 440ec7433c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -412,7 +412,7 @@ namespace Dalamud.Game.Gui
var unitBase = (FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase*)addon;
var id = unitBase->ParentID;
if (id == 0)
id = unitBase->ID;
id = unitBase->IDu;
if (id == 0)
return IntPtr.Zero;