DevotedResolve.lua 449 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Priest/Cleric/Templar/DevotedResolve.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.06 08:10:07
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Dispels 42 levels of any hostile effects on group members (AE)
  9. function cast(Caster, Target, Amt)
  10. CureByType(Amt, 0, "Cure")
  11. end
  12. -- You cannot cast this spell while under the effects of something that supresses the use of group cures!