CureCurse.lua 466 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Priest/CureCurse.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.26 03:10:41
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Dispels 88 levels of curse effects on target
  9. -- You cannot cast this spell while under the effects of something that supresses the use of group cures!
  10. -- Cannot be modified except by direct means
  11. function cast(Caster, Target, Levels)
  12. CureByType(1, 5, "Cure", Levels)
  13. end