Object/status table update. (#1447)

This commit is contained in:
awgil 2023-10-03 20:41:24 +03:00 committed by GitHub
parent d7a30796ec
commit ee57af709a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -23,7 +23,7 @@ namespace Dalamud.Game.ClientState.Objects;
#pragma warning restore SA1015
internal sealed partial class ObjectTable : IServiceType, IObjectTable
{
private const int ObjectTableLength = 596;
private const int ObjectTableLength = 599;
private readonly ClientStateAddressResolver address;