AncientShroud.lua 375 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/Priest/Shaman/Defiler/AncientShroud.lua
  3. Script Author : Jabantiz
  4. Script Date : 2014.03.13 04:03:34
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, Ward)
  9. -- Wards target against 155 points of all damage
  10. AddWard(Ward)
  11. end
  12. function remove(Caster, Target)
  13. RemoveWard()
  14. end