mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
17 lines
No EOL
310 B
Lua
Executable file
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 |