EQ2EMu/server/ItemScripts/UlteranProwler.lua

12 lines
219 B
Lua
Raw Permalink Normal View History

2020-05-08 12:07:44 -06:00
--[[
Script Name : ItemScripts/UlteranProwler.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 5.4.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5400, 1)
end