1234567891011121314151617 |
- --[[
- Script Name : Spells/Scout/Bard/Troubadour/PerfectShrill.lua
- Script Author : Zcoretri
- Script Date : 17.March.2014
- Script Purpose :
- :
- --]]
- function cast(Caster, Target, DmgType, MinDmg, MaxDmg)
- -- Inflicts mental damage on target
- SpellDamage(Target, DmgType, MinDmg, MaxDmg)
- end
- function remove(Caster, Target)
- -- code to remove the spell
- end
|