12 lines
No EOL
222 B
Lua
Executable file
12 lines
No EOL
222 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/SpiritTotemoftheCobra.lua
|
|
Script Purpose :
|
|
Script Author : Neatz09
|
|
Script Date : 4/4/2020
|
|
Script Notes :
|
|
--]]
|
|
|
|
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5315, 1)
|
|
end |