Skip to content

Commit

Permalink
Remove spirit enum override
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Oct 2, 2024
1 parent 09fb2ea commit 911f3be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ local RegenMPPerSpt = {
["DRUID"] = 0.100,
}

---@deprecated Defined by Blizzard in 1.15.3
if not LE_UNIT_STAT_SPIRIT then LE_UNIT_STAT_SPIRIT = 5 end

local NormalManaRegenPerSpi = function()
local _, spi = UnitStat("player", LE_UNIT_STAT_SPIRIT)
return 5 * (spi > 50 and RegenMPPerSpt[addon.class] or OCTRegenMP)
Expand Down

0 comments on commit 911f3be

Please sign in to comment.