mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
289 B
Lua
Executable file
16 lines
289 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/ScaleYard/NotFound.lua
|
|
Script Author : Jabantiz
|
|
Script Date : 2018.06.18 02:06:04
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
AddSpawnAccess(NPC, NPC)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end
|
|
|