From 11e6d69786c138012a67915ce6c39f4e19ba9b04 Mon Sep 17 00:00:00 2001 From: Anch Date: Wed, 2 Nov 2022 05:17:39 +1300 Subject: [PATCH] SPELL_PURIFY (#1) -added dispel magic to SPELL_PURIFY --- Decursive/DCR_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decursive/DCR_init.lua b/Decursive/DCR_init.lua index 669dedb..22c4dad 100644 --- a/Decursive/DCR_init.lua +++ b/Decursive/DCR_init.lua @@ -382,7 +382,7 @@ function D:OnInitialize() -- Called on ADDON_LOADED -- {{{ }, -- Paladins [DS["SPELL_PURIFY"]] = { - Types = {DC.DISEASE, DC.POISON}, + Types = {DC.MAGIC, DC.DISEASE, DC.POISON}, IsBest = 1, Pet = false, },