JarolsSorrowfulRequiem.lua 399 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Scout/Bard/Dirge/JarolsSorrowfulRequiem.lua
  3. Script Author : theFoof
  4. Script Date : 2013.12.08
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, DDType, DmgLow, DmgHigh)
  9. -- Inflicts disease damage on target encounter
  10. SpellDamage(Target, DDType, DmgLow, DmgHigh)
  11. end
  12. function remove(Caster, Target)
  13. end