EQ2EMu/server/ItemScripts/SkinsoftheInferior.lua
2022-10-16 17:40:14 +00:00

15 lines
398 B
Lua
Executable file

--[[
Script Name : ItemScripts/SkinsoftheInferior.lua
Script Author : torsten
Script Date : 2022.07.12 11:07:56
Script Purpose :
:
--]]
local TheFumeFireCeremony = 5635
function examined(Item, Player)
if not QuestStepIsComplete(Player, TheFumeFireCeremony, 4) then
SetStepComplete(Player, TheFumeFireCeremony, 4)
end
end