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

12 lines
No EOL
221 B
Lua
Executable file

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