123456789101112131415161718192021 |
- --[[
- Script Name : SpawnScripts/Blackburrow/aSabertoothdiviner.lua
- Script Author : Dorbin
- Script Date : 2022.07.11 06:07:46
- Script Purpose :
- :
- --]]
- dofile("SpawnScripts/Generic/MonsterCallouts/SabertoothGnoll3.lua")
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|