--[[ Script Name : Spells/Mage/Sorcerer/Conflagration.lua Script Author : neatz09 Script Date : 2020.11.05 02:11:30 Script Purpose : : --]] -- Inflicts 65 - 121 heat damage on targets in Area of Effect function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end