eq2emu-content/ItemScripts/HotwiredGnomishHoverpad.lua
2024-10-26 11:37:28 +00:00

11 lines
229 B
Lua
Executable file

--[[
Script Name : ItemScripts/HotwiredGnomishHoverpad.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 4.20.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5358, 1)
end