EyesoftheNight.lua 313 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/EyesoftheNight.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2024.05.04 04:05:03
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. SetVision(Target, 255)
  10. end
  11. function remove(Caster, Target)
  12. SetVision(Target, 0)
  13. end