--[[ Script Name : Spells/Mage/Summoner/DustBlast.lua Script Author : neatz09 Script Date : 2020.01.02 05:01:20 Script Purpose : : --]] -- Inflicts 33 - 49 magic damage on target function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end