--[[ Script Name : Spells/Scout/Bard/Dirge/JarolsSorrowfulRequiem.lua Script Author : theFoof Script Date : 2013.12.08 Script Purpose : : --]] function cast(Caster, Target, DDType, DmgLow, DmgHigh) -- Inflicts disease damage on target encounter SpellDamage(Target, DDType, DmgLow, DmgHigh) end function remove(Caster, Target) end