fix: ObjectTable size

This commit is contained in:
goat 2022-08-24 23:07:23 +02:00
parent f8e51feb13
commit c487fe98fe
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -19,7 +19,7 @@ namespace Dalamud.Game.ClientState.Objects
[ServiceManager.BlockingEarlyLoadedService]
public sealed partial class ObjectTable : IServiceType
{
private const int ObjectTableLength = 424;
private const int ObjectTableLength = 596;
private readonly ClientStateAddressResolver address;