EQ2EMu/server/ItemScripts/AFancyFirework.lua

10 lines
211 B
Lua
Raw Normal View History

2020-05-01 22:50:31 -06: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)
2020-02-28 07:17:24 -07:00
end