123456789101112131415161718 |
- --[[
- Script Name : SpawnScripts/Darklight/MalkaenWeed.lua
- Script Purpose : <purpose>
- Script Author : <author-name>
- Script Date : <date>
- Script Notes : <special-instructions>
- --]]
- function spawn(NPC)
- SetRequiredQuest(NPC, 81, 1)
- end
- function hailed(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|