123456789101112 |
- --[[
- Script Name : dd.lua
- Script Purpose : Generic direct damage script
- Script Author : John Adams
- Script Date : 2010.01.14
- --]]
- function cast(Caster, Target, DDType, MinDDVal, MaxDDVal)
- SpellDamage(Target, DDType, MinDDVal,MaxDDVal)
- end
|