aKromiseroyalguard.lua 369 B

123456789101112131415
  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. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end