Skip to content

Commit

Permalink
Fix GH dummy tooltip casttime
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmodi committed Nov 18, 2021
1 parent 07b4a1d commit c7687ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/tooltip/dummyAura.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ local function GreaterHeal(calcedSpell)
calcedSpell.castingData.castsToOom = math.floor(calcedSpell.castingData.castsToOom);
end
local _, _, _, castTime = GetSpellInfo(2060);
castTime = castTime / 1000;
calcedSpell.castingData.timeToOom = calcedSpell.castingData.castsToOom * castTime;
calcedEffect.doneToOom = calcedSpell.castingData.castsToOom * calcedEffect.avgAfterMitigation;

Expand Down

0 comments on commit c7687ef

Please sign in to comment.