mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #220 from Caraxi/5.4-uistatuseffects
Update UiStatusEffects Offset
This commit is contained in:
commit
c7d582f965
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
// public const int ??? = 6371; // 0x18E3 DifficultyRank
|
||||
// public const int ??? = 6385; // 0x18F1 AgroFlags
|
||||
// public const int ??? = 6406; // 0x1906 CombatFlags
|
||||
public const int UIStatusEffects = 6488; // 0x1958 DefaultStatusEffectOffset
|
||||
public const int UIStatusEffects = 6616; // 0x1958 DefaultStatusEffectOffset
|
||||
// public const int ??? = 6880; // 0x1AE0 IsCasting1
|
||||
// public const int ??? = 6882; // 0x1AE2 IsCasting2
|
||||
// public const int ??? = 6884; // 0x1AE4 CastingID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue