VerdurousJourney.lua 304 B

123456789101112
  1. --[[
  2. Script Name : Spells/Priest/Druid/Warden/VerdurousJourney.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.12 09:10:08
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Teleports caster and caster's group within the zone
  9. function cast(Caster, Target)
  10. Evac()
  11. end