1234567891011121314151617 |
- --[[
- Script Name : SpawnScripts/DrayeksChamber/aKromiseroyalguard.lua
- Script Author : Neveruary
- Script Date : 2022.07.17 09:07:39
- Script Purpose : Governs the behavior of a Kromise Royal Guard in Drayek's Chamber.
- Script Notes : Spell collects are pending.
- --]]
- require "SpawnScripts/Generic/NPCModule"
- function spawn(NPC, Spawn)
- --NPCModule(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|