MinorHealing.lua 408 B

12345678910111213141516171819
  1. --[[
  2. Script Name : Spells/Priest/MinorHealing.lua
  3. Script Author : neatz09
  4. Script Date : 2020.01.02 04:01:24
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Heals target for 36 - 45
  10. function cast(Caster, Target, MinHeal, MaxHeal)
  11. SpellHeal("Heal", MinHeal, MaxHeal)
  12. end
  13. function remove()
  14. end