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

12 lines
No EOL
228 B
Lua
Executable file

--[[
Script Name : ItemScripts/SpiritTotemoftheWingedViper.lua
Script Purpose :
Script Author : Neatz09
Script Date : 4/4/2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5318, 1)
end