eq2emu-content/ItemScripts/PearlEarRing.lua
2024-10-26 11:37:28 +00:00

16 lines
408 B
Lua
Executable file

--[[
Script Name : ItemScripts/PearlEarRing.lua
Script Author : Premierio015
Script Date : 2021.07.05 08:07:22
Script Purpose :
:
--]]
local WhatOnceWasFoundNowIsForeverLost = 5296
function examined(Item, Player)
if not HasQuest(Player, WhatOnceWasFoundNowIsForeverLost) then
OfferQuest(nil, Player, WhatOnceWasFoundNowIsForeverLost)
end
end