EQ2EMu/server/ItemScripts/UlteranProwler.lua
2020-06-05 19:27:42 +00:00

11 lines
219 B
Lua
Executable file

--[[
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