From c0995892bcd2922ca65cf431e8f87c1c7e1dde46 Mon Sep 17 00:00:00 2001
From: Aireil <33433913+Aireil@users.noreply.github.com>
Date: Mon, 18 Sep 2023 02:06:18 +0200
Subject: [PATCH] Update FlyTextKind.cs
---
Dalamud/Game/Gui/FlyText/FlyTextKind.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dalamud/Game/Gui/FlyText/FlyTextKind.cs b/Dalamud/Game/Gui/FlyText/FlyTextKind.cs
index 04822a12c..16aa573e3 100644
--- a/Dalamud/Game/Gui/FlyText/FlyTextKind.cs
+++ b/Dalamud/Game/Gui/FlyText/FlyTextKind.cs
@@ -16,20 +16,20 @@ public enum FlyTextKind : int
/// Val1 in serif font, Text2 in sans-serif as subtitle.
/// Does a bounce effect on appearance.
///
- AutoAttackOrDotCrit = 1,
+ AutoAttackOrDotDh = 1,
///
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle.
/// Does a bigger bounce effect on appearance.
///
- AutoAttackOrDotCritDh = 2,
+ AutoAttackOrDotCrit = 2,
///
/// Val1 in even larger serif font with 2 exclamations, Text2 in
/// sans-serif as subtitle. Does a large bounce effect on appearance.
/// Does not scroll up or down the screen.
///
- AutoAttackOrDotDh = 3,
+ AutoAttackOrDotCritDh = 3,
///
/// AutoAttack with sans-serif Text1 to the left of the Val1.