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