EQ2EMu/server/ItemScripts/AFancyFirework.lua
2020-05-08 11:07:44 -07:00

10 lines
No EOL
211 B
Lua
Executable file

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