1234567891011121314 |
- --[[
- Script Name : Spells/SummonFamiliar.lua
- Script Author : Ememjr
- Script Date : 2019.04.21 07:04:37
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- function cast(Caster, Target, tier)
- AddSpellBookEntry(Caster,1001923,tier)
- end
|