mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: ClassJob and Level in actor struct
This commit is contained in:
parent
283eb49f17
commit
19a6eb14ae
2 changed files with 3 additions and 3 deletions
|
|
@ -33,8 +33,8 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
public const int MaxHp = 0x189C;
|
||||
public const int CurrentMp = 0x18A0;
|
||||
public const int MaxMp = 0x18AA;
|
||||
public const int ClassJob = 6358;
|
||||
public const int Level = 6360;
|
||||
public const int ClassJob = 0x18DA;
|
||||
public const int Level = 0x18DC;
|
||||
public const int UIStatusEffects = 0x1958;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue