From 911f3be29af4b67e52d3cec808d22fee087baaba Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Tue, 1 Oct 2024 19:02:40 -0500 Subject: [PATCH] Remove spirit enum override --- libs/StatLogic/Vanilla_Logic.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index fcbe948..0a6e53e 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -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)