11 lines
228 B
Lua
Executable file
11 lines
228 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/HighlandStalkerwhistle.lua
|
|
Script Purpose :
|
|
Script Author : Skywalker646
|
|
Script Date : 4.20.2020
|
|
Script Notes :
|
|
--]]
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5355, 1)
|
|
|
|
end
|