EscapetoKugup.lua 302 B

1234567891011
  1. --[[
  2. Script Name : Spells/EscapetoKugup.lua
  3. Script Author : neatz09
  4. Script Date : 2023.04.23 12:04:00
  5. Script Purpose : handles the spell that item #46435 casts for froglok shit
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. Zone(GetZone(123), Caster)
  10. end