12345678910111213141516 |
- --[[
- Script Name : Spells/Mage/Enchanter/Illusionist/ExtractMana.lua
- Script Author : theFoof
- Script Date : 2014.3.1
- Script Purpose :
- :
- --]]
- function cast(Caster, Target, Pow)
- SpellHeal("Power", Pow)
- end
- function tick(Caster, Target)
- SpellHeal("Power", Pow)
- end
|