1234567891011121314 |
- --[[
- Script Name : Spells/Commoner/TestSpellOne.lua
- Script Author : neatz09
- Script Date : 2020.01.05 02:01:16
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Summons a mount to ride that increases your ground speed by 130%
- function cast(Caster, Target)
- end
|