Hi, i cant get my retri palladins in my party to dispell ather party mebers. Can any one help me?
Lua script:
cleanse = "no"
for i=1, 40 do
local _, _, _, _, dtype = UnitDebuff("player",i)
if dtype == "Disease" or dtype == "Poison" or dtype == "Magic"
then
cleanse = "yes"
end
end