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