SPELL_PURIFY (#1)

-added dispel magic to SPELL_PURIFY
This commit is contained in:
Anch
2022-11-02 05:17:39 +13:00
committed by GitHub
parent 8817327813
commit 11e6d69786
+1 -1
View File
@@ -382,7 +382,7 @@ function D:OnInitialize() -- Called on ADDON_LOADED -- {{{
}, },
-- Paladins -- Paladins
[DS["SPELL_PURIFY"]] = { [DS["SPELL_PURIFY"]] = {
Types = {DC.DISEASE, DC.POISON}, Types = {DC.MAGIC, DC.DISEASE, DC.POISON},
IsBest = 1, IsBest = 1,
Pet = false, Pet = false,
}, },