Dispel Magic for Priest
ayalon opened this issue ยท 4 comments
I'm a former Inline Aura User. I was used to the fact, that dispellable buffs on enemies are highlighted (flashing icon). I studied also the LibDispellable code and I can see, that the priests "Dispel Magic" is found there.
Unfortunatley it does not work. Because of the screenshot in the "Getting Started Guide", I expected the button to have a green border. But nothing happens,if I can dispell something, not hint and not flash is shown.
In the configuration, the button / spell is also not configurable. I'm sure that this is implemented. What did I miss?
It's also not working for my shaman -> Purify.
In this file, which is better for shaman is purify added:
https://github.com/dafzor/LibPlayerSpells-1.0/blob/master/data/Shaman.lua
Line 130
DISPEL = {
[370] = "HARMFUL", -- Purge
["HELPFUL COOLDOWN"] = {
77130, -- Purify Spirit
51886, -- Cleanse Spirit
},
},
Maybe this is also missing for priests.
Should be fixed by Adirelle/LibPlayerSpells-1.0@0c5e2c8.