}
private void InstSpawnMethod(int npcId, Location point1, Location point2, Location teleport, long refId)
{
L2NpcInstance npc = addSpawnToInstance(npcId, point1, 0, refId);
GuardOfTheDawn ai = new GuardOfTheDawn(npc);
if(point2 != null)
{
ai.points = new Location[]
{
point1, point2