Skip to content

Commit

Permalink
Update Cata Mana Tide
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Oct 31, 2024
1 parent 4cacbfb commit af686df
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions libs/StatLogic/Cata_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,15 @@ elseif addon.class == "SHAMAN" then
},
},
},
["MOD_SPI"] = {
-- Buff: Mana Tide
{
["tab"] = 3,
["num"] = 15,
["value"] = 2.00,
["aura"] = 16191,
},
},
}
elseif addon.class == "WARLOCK" then
StatLogic.StatModTable["WARLOCK"] = {
Expand Down Expand Up @@ -2768,14 +2777,6 @@ StatLogic.StatModTable["ALL"] = {
["group"] = addon.ExclusiveGroup.AllStats,
},
},
["MOD_SPI"] = {
-- Shaman: Mana Tide - Buff: 16191
-- 4.0.1: Spirit increased by 350%.
{
["value"] = 3.5,
["aura"] = 16191,
},
},
["MOD_HEALTH"] = {
-- Buff: Rallying Cry
{
Expand Down

0 comments on commit af686df

Please sign in to comment.