mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
216 B
Lua
Executable file
11 lines
216 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/PackUnicorn.lua
|
|
Script Purpose :
|
|
Script Author : Skywalker646
|
|
Script Date : 5.7.2020
|
|
Script Notes :
|
|
--]]
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5406, 1)
|
|
|
|
end
|