--[[ Script Name : Spells/Priest/Smite.lua Script Author : neatz09 Script Date : 2020.01.02 03:01:20 Script Purpose : : --]] -- Inflicts 8 - 10 divine damage on target function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end