We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9324374 commit b1deaa3Copy full SHA for b1deaa3
src/Modules/CalcPerform.lua
@@ -2851,7 +2851,7 @@ function calcs.perform(env, fullDPSSkipEHP)
2851
2852
buffExports.PlayerMods["MovementSpeedMod|percent|max="..tostring(output["MovementSpeedMod"] * 100)] = true
2853
2854
- -- prestack Mine auras
+ -- preStack Mine auras
2855
for auraName, aura in pairs(buffExports["Aura"]) do
2856
if auraName:match("Mine") and not auraName:match(" Limit") then
2857
buffExports["Aura"][auraName] = copyTable(buffExports["Aura"][auraName])
0 commit comments