mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
307 B
Lua
Executable file
16 lines
307 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/SpiteweedRash.lua
|
|
Script Author : neatz09
|
|
Script Date : 2021.06.20 10:06:19
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
--[[ Info from spell_display_effects (remove from script when done)
|
|
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|