Shroud.lua 301 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Commoner/Shroud.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2023.03.31 07:03:14
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. Stealth(1)
  10. end
  11. function remove(Caster, Target)
  12. RemoveStealth()
  13. end