RootImmunity.lua 336 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Procs/RootImmunity.Lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.11.30 05:11:52
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. AddImmunitySpell(5, Target)
  10. end
  11. function remove(Caster, Target)
  12. RemoveImmunitySpell(5, Target)
  13. end