questtriggerscornshameirisor.lua 346 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/Antonica/questtriggerscornshameirisor.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.18 07:09:44
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,1,1,0,0,1) --Two Wrongs Don't Make a Right
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end