LargeForgottenguardian.lua 313 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Classic_forest/LargeForgottenguardian.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.14 03:10:03
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end