mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
229 B
Lua
Executable file
11 lines
229 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/EtherealSkeletalProwler.lua
|
|
Script Purpose :
|
|
Script Author : Skywalker646
|
|
Script Date : 4.11.2020
|
|
Script Notes :
|
|
--]]
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5329, 1)
|
|
|
|
end
|