mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
No EOL
218 B
Lua
Executable file
12 lines
No EOL
218 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/FriendlyGazerRunt.lua
|
|
Script Purpose :
|
|
Script Author : Neatz09
|
|
Script Date : 9.9.2019
|
|
Script Notes :
|
|
--]]
|
|
|
|
function used(Item, Player)
|
|
CastSpell(Player, 8337, 5)
|
|
|
|
end |