--[[ Script Name : Spells/Fighter/Crusader/CryofConviction.lua Script Author : neatz09 Script Date : 2020.11.05 04:11:37 Script Purpose : : --]] -- Inflicts 34 - 57 divine damage on targets in Area of Effect function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end