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