mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: ObjectTable size
This commit is contained in:
parent
f8e51feb13
commit
c487fe98fe
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Game.ClientState.Objects
|
||||||
[ServiceManager.BlockingEarlyLoadedService]
|
[ServiceManager.BlockingEarlyLoadedService]
|
||||||
public sealed partial class ObjectTable : IServiceType
|
public sealed partial class ObjectTable : IServiceType
|
||||||
{
|
{
|
||||||
private const int ObjectTableLength = 424;
|
private const int ObjectTableLength = 596;
|
||||||
|
|
||||||
private readonly ClientStateAddressResolver address;
|
private readonly ClientStateAddressResolver address;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue