eq2emu-content/ItemScripts/AFancyFirework.lua.old

10 lines
211 B
Lua
Raw Permalink Normal View History

2024-10-26 11:37:28 +00:00
--[[
Script Name : ItemScripts/afancyfirework.lua
Script Purpose :
Script Author : Neatz09
Script Date : 8.18.2019
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5004, 1)
end