Add Agent field to UIDebug

- show the agent address for addons
- update agent count to 380
This commit is contained in:
pohky 2021-04-26 05:05:29 +02:00
parent 392376b3fc
commit 210516a029
2 changed files with 8 additions and 4 deletions

View file

@ -489,7 +489,7 @@ namespace Dalamud.Game.Internal.Gui {
if (id == 0)
return IntPtr.Zero;
for (var i = 0; i < 379; i++)
for (var i = 0; i < 380; i++)
{
var agent = Marshal.ReadIntPtr(agentModule, 0x20 + (i * 8));
if (agent == IntPtr.Zero)