Zul farak dungeon script doesn't have entrance or exits so I added them
#region Overrides of Dungeon
public override uint DungeonId { get { return 24; } }
public override WoWPoint Entrance { get { return new WoWPoint(-6795.56, -2890.72, 8.88742); } }
public override WoWPoint ExitLocation { get { return new WoWPoint(1212.67, 842.04, 8.93346); } }
#region Overrides of Dungeon
public override uint DungeonId { get { return 24; } }
public override WoWPoint Entrance { get { return new WoWPoint(-6795.56, -2890.72, 8.88742); } }
public override WoWPoint ExitLocation { get { return new WoWPoint(1212.67, 842.04, 8.93346); } }






