mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: Broken HoverActionKind IDs (#2034)
This commit is contained in:
parent
063f58a49a
commit
b2166fb910
1 changed files with 7 additions and 7 deletions
|
|
@ -14,35 +14,35 @@ public enum HoverActionKind
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A regular action is hovered.
|
/// A regular action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Action = 21,
|
Action = 28,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A general action is hovered.
|
/// A general action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
GeneralAction = 23,
|
GeneralAction = 30,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A companion order type of action is hovered.
|
/// A companion order type of action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
CompanionOrder = 24,
|
CompanionOrder = 31,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A main command type of action is hovered.
|
/// A main command type of action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
MainCommand = 25,
|
MainCommand = 32,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An extras command type of action is hovered.
|
/// An extras command type of action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
ExtraCommand = 26,
|
ExtraCommand = 33,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A pet order type of action is hovered.
|
/// A pet order type of action is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
PetOrder = 28,
|
PetOrder = 35,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A trait is hovered.
|
/// A trait is hovered.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Trait = 29,
|
Trait = 36,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue