eq2emu-content/SpawnScripts/MizansCellar/ChemistryTable.lua
2024-10-26 11:37:28 +00:00

17 lines
No EOL
310 B
Lua
Executable file

--[[
Script Name : SpawnScripts/MizansCellar/ChemistryTable.lua
Script Author : Dorbin
Script Date : 2022.09.22 06:09:06
Script Purpose :
:
--]]
function spawn(NPC)
SetRequiredQuest(NPC,5749,10,1,1,1)
end
function respawn(NPC)
spawn(NPC)
end