diff --git a/Decursive/DCR_init.lua b/Decursive/DCR_init.lua index 3035701..f830b6e 100644 --- a/Decursive/DCR_init.lua +++ b/Decursive/DCR_init.lua @@ -1176,6 +1176,8 @@ function D:GetSpellsTranslations(FromDIAG) ["COA_WARDING_RUNE"] = { 804232, }, -- Runemaster/SpiritMage (Magic) ["COA_PRAYER_OF_ELUNE"] = { 801987, }, -- Starcaller (Magic) ["COA_WITCHBLOOD_TONIC"] = { 802278, }, -- WitchHunter (Curse) + ["COA_SANCTIFY"] = { 524968, }, -- Sun Cleric (Magic, Poison, Disease) + ["COA_MENDING_TOUCH"] = { 524971, }, -- Primalist passive (Soothing Touch +Poison +Disease, Neutralizing Touch self-heal on Magic dispel) } for k,v in pairs(customSpells) do Spells[k] = v end end