Skip to content

Commit

Permalink
Revert SPI replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed May 17, 2023
1 parent 5506dde commit 787143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ do
if mod == "NORMAL_MANA_REG" then
-- "Normal mana regen" is added from both int and spirit
addStatModOption(add, "INT", sources)
mod = StatLogic.Stats.Spirit
mod = "SPI"
elseif mod == "AP" then
-- Paladin's Sheathe of Light, Touched by the Light
-- Shaman's Mental Quickness.
Expand Down

0 comments on commit 787143e

Please sign in to comment.