EQ2EMu/server/ItemScripts/FireworkSwirlingSnowflakes.lua
Image 548007ea96 Base
Starting point..!
2020-02-28 09:17:24 -05:00

11 lines
No EOL
208 B
Lua

--[[
Script Name : ItemScripts/SwirlingSnowflakes.lua
Script Purpose :
Script Author : Neatz09
Script Date : 8.18.2019
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5008, 1)
end