19 lines
286 B
Lua
Executable file
19 lines
286 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/WailingCaves/abloodthirstyworg4.lua
|
|
Script Author : Premierio015
|
|
Script Date : 2020.07.08 08:07:01
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end
|
|
|