aKromiseroyalguard.lua 447 B

1234567891011121314151617
  1. --[[
  2. Script Name : SpawnScripts/DrayeksChamber/aKromiseroyalguard.lua
  3. Script Author : Neveruary
  4. Script Date : 2022.07.17 09:07:39
  5. Script Purpose : Governs the behavior of a Kromise Royal Guard in Drayek's Chamber.
  6. Script Notes : Spell collects are pending.
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. --NPCModule(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end