1234567891011121314151617 |
- --[[
- Script Name : SpawnScripts/The Vault of the Fallen/tseralithdoor2.lua
- Script Author : Premierio015
- Script Date : 2021.07.17 12:07:18
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- CloseDoor(NPC)
- end
- function respawn(NPC)
- spawn(NPC)
- end
|