buhfur

For all things in my brain

View on GitHub

Purify target if friendly, else Purify oneself

/run if UnitIsFriend ("player", "target") then CastSpellByName("Purify") else CastSpellByName("Purify",1)  end