1234567891011121314 |
- --[[
- Script Name : Spells/Traditions/UrbanSprawl.lua
- Script Author : neatz09
- Script Date : 2020.08.14 10:08:04
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Reduces the recast time on city calls spells by 10 minutes.
- function cast(Caster, Target)
- Say(Target, "Hah, nice try! That's not implemented yet!")
- end
|