123456789101112131415161718 |
- --[[
- Script Name : SpawnScripts/Classic_forest/LargeForgottenguardian.lua
- Script Author : Dorbin
- Script Date : 2022.10.14 03:10:03
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|