123456789101112131415 |
- --[[
- Script Name : Spells\Traditions\Noncombat\WillfulPersistence.lua
- Script Purpose :
- Script Author : Zcoretri
- Script Date : 2013.012.01
- Script Notes : Increases duration of tradeskilled potions by 15%
- --]]
- function cast(Caster, Target, Modifier)
- end
- function remove(Caster, Target, Modifier)
- end
|