123456789101112131415161718192021 |
- --[[
- Script Name : SpawnScripts/SummonerPets/TellurianCrawler.lua
- Script Author : LordPazuzu
- Script Date : 2023.02.18 11:02:20
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|