123456789101112 |
- --[[
- Script Name : Heal (Spell Type)
- Script Purpose : Generic script for healing spells
- Script Author : John Adams
- Script Date : 2013.11.19
- Script Note :
- --]]
- function cast(Caster, Target, HealMinVal, HealMaxVal)
- -- Heal Component
- SpellHeal("Heal", HealMinVal, HealMaxVal)
- end
|