SoothingSoul.lua 398 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Mage/Summoner/Necromancer/SoothingSoul.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.08 05:10:44
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Heals target for 89 instantly and every 4 seconds
  9. function cast(Caster, Target, MinVal)
  10. SpellHeal("Heal", Min)
  11. end
  12. function tick(Caster, Target, MinVal)
  13. SpellHeal("Heal", Min)
  14. end