mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
7 lines
No EOL
105 B
Lua
Executable file
7 lines
No EOL
105 B
Lua
Executable file
function spawn(NPC)
|
|
SetRequiredQuest(NPC, 1, 1,0)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |