diff --git a/Constants_BCC.lua b/Constants_BCC.lua index 9ade501..e6937d7 100644 --- a/Constants_BCC.lua +++ b/Constants_BCC.lua @@ -1123,6 +1123,7 @@ local totemData = { -- Fire -- Water [string_lower("Poison Cleansing Totem")] = {id = 8166,texture = select(3, GetSpellInfo(8166)), color = {r = 0, g = 0, b = 0, a = 1}, pulse = 5}, + [string_lower("Mana Spring Totem")] = {id = 5675,texture = select(3, GetSpellInfo(5675)), color = {r = 0, g = 0, b = 0, a = 1}, pulse = 2}, -- Earth -- Air [string_lower("Grace of Air Totem")] = {id = 8835,texture = select(3, GetSpellInfo(8835)), color = {r = 0, g = 0, b = 0, a = 1}},