12345678910111213141516 |
- --[[
- Script Name : Spells/Commoner/SetRecallPoint.lua
- Script Author : neatz09
- Script Date : 2019.10.12 09:10:20
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- This effect cannot be cast during combat
- function cast(Caster, Target)
- Bind(Caster)
- Say(Caster, "No Check setup for allowed binds yet")
- end
|