eq2emu-content/SpawnScripts/ThunderingSteppes/aSabertoothdiviner.lua
2025-07-30 00:00:06 +00:00

20 lines
No EOL
440 B
Lua

--[[
Script Name : SpawnScripts/ThunderingSteppes/aSabertoothdiviner.lua
Script Author : LordPazuzu
Script Date : 2024.03.22 04:03:10
Script Purpose :
:
--]]
require "SpawnScripts/Generic/NPCModule"
function spawn(NPC, Spawn)
NPCModule(NPC, Spawn)
BlackburrowGnoll(NPC)
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end
function respawn(NPC)
spawn(NPC)
end