Meliorate.lua 307 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Priest/Cleric/Templar/Meliorate.lua
  3. Script Purpose : Templar small direct heal
  4. Script Author : theFoof
  5. Script Date : 2014.3.9
  6. Script Note :
  7. --]]
  8. function cast(Caster, Target, MinHeal, MaxHeal)
  9. SpellHeal("Heal", MinHeal, MaxHeal)
  10. end
  11. function remove()
  12. end