123456789101112131415 |
- --[[
- Script Name : Spells/Scout/Bard/Dirge/LudasNefariousWail.lua
- Script Author : theFoof
- Script Date : 2013.12.8
- Script Purpose :
- :
- --]]
- function cast(Caster, Target, DmgType, DmgLow, DmgHigh)
- SpellDamage(Target, DmgType, DmgLow, DmgHigh)
- end
- function remove(Caster, Target)
- end
|