--[[ Script Name : Spells/Priest/MinorHealing.lua Script Author : neatz09 Script Date : 2020.01.02 04:01:24 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Heals target for 36 - 45 function cast(Caster, Target, MinHeal, MaxHeal) SpellHeal("Heal", MinHeal, MaxHeal) end function remove() end