Skip to content

Commit

Permalink
Remove Shadow Fiend test tooltip, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmodi committed Jul 16, 2021
1 parent decea58 commit 53a1677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpellCalc.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 20501
## Title: SpellCalc
## Author: coolmodi
## Version: 0.12
## Version: 0.13
## Notes: Shows some numbers for spells
## SavedVariables: SpellCalc_settings
## OptionalDeps: Dominos, ElvUI, Bartender4
Expand Down
4 changes: 2 additions & 2 deletions UI/test/manarestore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ GameTooltip:HookScript("OnTooltipSetSpell", function (toolTipFrame)
end

-- Shadowfiend
if spellID == 34433 then
--[[if spellID == 34433 then
local hits = 10;
local dmgToManaMult = 2.5;
local coef = 0.065;
local base = 115;
local hitDmg = base + coef * stats.spellPower[_addon.SCHOOL.SHADOW];
SCT:SingleLine(L.DAMAGE, ("%dx %d"):format(hits, hitDmg));
SCT:SingleLine("Regen", ("%dx %d"):format(hits, hitDmg * dmgToManaMult));
end
end]]
end)

0 comments on commit 53a1677

Please sign in to comment.