EQ2EMu/server/ItemScripts/ArmoredHighlandStalkerwhistle.lua
2021-02-28 06:17:42 +00:00

10 lines
No EOL
231 B
Lua
Executable file

--[[
Script Name : ItemScripts/ArmoredHighlandStalkerwhistle.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 3.24.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5260, 1)
end