12345678910111213141516171819 |
- --[[
- Script Name : SpawnScripts/QeynosHarbor/KnightCommanderMeldraggelien.lua
- Script Author : Dorbin
- Script Date : 2022.10.10 01:10:34
- Script Purpose :
- :
- --]]
- dofile("SpawnScripts/Generic/GenericGuardVoiceOvers.lua")
- function spawn(NPC)
- end
- function hailed(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|