diff --git a/ExileCore/Extensions.cs b/ExileCore/Extensions.cs index 5a260ca..fbc2059 100755 --- a/ExileCore/Extensions.cs +++ b/ExileCore/Extensions.cs @@ -12,7 +12,7 @@ public static BestiaryPanel GetBestiaryPanel(this IngameUIElements ui) ?.GetChildAtIndex(0) ?.GetChildAtIndex(1) ?.GetChildAtIndex(1) - ?.GetChildAtIndex(11).Address ?? 0 + ?.GetChildAtIndex(16).Address ?? 0 ); } -} \ No newline at end of file +}