aklicnikwarrior.lua 398 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Antonica/aklicnikwarrior.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.15 04:09:30
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/CatalogueQuestUpdates.lua")
  9. require "SpawnScripts/Generic/NPCModule"
  10. function spawn(NPC, Spawn)
  11. NPCModule(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end