Sableveinrubble.lua 331 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Darklight/Sableveinrubble.lua
  3. Script Purpose : <purpose>
  4. Script Author : <author-name>
  5. Script Date : <date>
  6. Script Notes : <special-instructions>
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC, 85, 1)
  10. end
  11. function hailed(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end