123456789101112131415 |
- --[[
- Script Name : Spells\Tradidtions\Tradeskill\HalasianArtistry.lua
- Script Purpose :
- Script Author : Zcoretri
- Script Date : 2013.02.01
- Script Notes : Reduces power cost of Carpentry skills by 9%
- --]]
- function cast(Caster, Target, Modifier)
- end
- function remove(Caster, Target, Modifier)
- end
|