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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},