--[[ Script Name : Spells/Commoner/NobleWrath.lua Script Author : neatz09 Script Date : 2022.05.21 06:05:29 Script Purpose : : --]] --[[ Info from spell_display_effects (remove from script when done) *AoE DD Crushing damage X - Y target. --]] function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end