From 342be5dcd041f4678d69fa93ce1b82d5dcad1a79 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sun, 7 Aug 2022 17:28:04 +0200 Subject: [PATCH] mana spring totem fix --- Constants_BCC.lua | 1 + 1 file changed, 1 insertion(+) 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}},