diff --git a/Dalamud/Game/Gui/HoverActionKind.cs b/Dalamud/Game/Gui/HoverActionKind.cs
index 90ff9d46c..4c7ae9166 100644
--- a/Dalamud/Game/Gui/HoverActionKind.cs
+++ b/Dalamud/Game/Gui/HoverActionKind.cs
@@ -14,35 +14,35 @@ public enum HoverActionKind
///
/// A regular action is hovered.
///
- Action = 21,
+ Action = 28,
///
/// A general action is hovered.
///
- GeneralAction = 23,
+ GeneralAction = 30,
///
/// A companion order type of action is hovered.
///
- CompanionOrder = 24,
+ CompanionOrder = 31,
///
/// A main command type of action is hovered.
///
- MainCommand = 25,
+ MainCommand = 32,
///
/// An extras command type of action is hovered.
///
- ExtraCommand = 26,
+ ExtraCommand = 33,
///
/// A pet order type of action is hovered.
///
- PetOrder = 28,
+ PetOrder = 35,
///
/// A trait is hovered.
///
- Trait = 29,
+ Trait = 36,
}