1234567891011121314 |
- --[[
- Script Name : Spells\Traditions\Combat\DarkCelerity.lua
- Script Author : Zcoretri
- Script Date : 2013.03.26
- Script Notes : Dark Elf - Improves the casting speed of hostile spells by 2%
- --]]
- function cast(Caster, Target, Modifier)
- end
- function remove(Caster, Target, Modifier)
- end
|