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