HastenedGathering.lua 432 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/HastenedGathering.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 04:08:22
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Reduces the casting time of harvesting by 0.25 seconds
  10. -- If not on a mount
  11. function cast(Caster, Target)
  12. Say(Target, "Hah, nice try! That's not implemented yet!")
  13. end