We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f106fb1 commit 3ed6535Copy full SHA for 3ed6535
OverlayPlugin.Core/Integration/FFXIVExportVariables.cs
@@ -72,7 +72,7 @@ public static void Init()
72
var swings = attack.Items;
73
for (var i = 0; i < swings.Count; i++)
74
{
75
- if (swings[i].DamageType == "DamageShield")
+ if (swings[i].Special == "DamageShield")
76
77
sum += swings[i].Damage;
78
}
0 commit comments