diff --git a/.gitignore b/.gitignore
index 56176bc..a607985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/Backups
/Saves
/Data/Files
+throttle.log
diff --git a/Data/Config/Regions.xml b/Data/Config/Regions.xml
index 0dafc4b..eae5730 100644
--- a/Data/Config/Regions.xml
+++ b/Data/Config/Regions.xml
@@ -30,6 +30,7 @@
+
@@ -121,6 +122,10 @@
+
+
+
+
@@ -158,9 +163,6 @@
-
-
-
diff --git a/Data/Config/inndoors.cfg b/Data/Config/inndoors.cfg
index 40256d4..5461f17 100644
--- a/Data/Config/inndoors.cfg
+++ b/Data/Config/inndoors.cfg
@@ -1,4 +1,5 @@
# TownMap DoorX Y Z RoomMap RoomX Y Z Price ItemID StartX StartY Width Height
+# Bastion Inn
Vaelen 835 666 0 Vaelen 7156 4081 0 2000 1779 7152 4079 6 5
Vaelen 835 661 0 Vaelen 7156 4076 0 2000 1779 7152 4074 6 5
Vaelen 835 656 0 Vaelen 7156 4071 0 2000 1779 7152 4069 6 5
@@ -6,3 +7,11 @@ Vaelen 829 671 0 Vaelen 7146 4084 0 5000 1779 7143 4081 9 8
Vaelen 836 666 20 Vaelen 7158 4013 20 2000 1779 7153 4011 6 5
Vaelen 836 661 20 Vaelen 7158 4008 20 2000 1779 7153 4006 6 5
Vaelen 836 656 20 Vaelen 7158 4003 20 2000 1779 7153 4001 6 5
+# Fairwinds
+Vaelen 373 1324 25 Vaelen 7097 4088 25 2000 1765 7093 4088 7 4
+Vaelen 366 1324 25 Vaelen 7090 4088 25 2000 1765 7087 4088 6 4
+Vaelen 362 1322 25 Vaelen 7086 4085 25 2000 1779 7083 4084 4 8
+Vaelen 362 1318 25 Vaelen 7086 4081 25 2000 1779 7083 4078 4 6
+Vaelen 363 1314 25 Vaelen 7087 4077 25 2000 1765 7083 4072 6 6
+Vaelen 366 1308 25 Vaelen 7090 4071 25 4000 1765 7083 4066 9 6
+Vaelen 372 1308 25 Vaelen 7096 4071 25 4000 1765 7092 4066 8 6
diff --git a/Data/Decoration/Towns/IslandTown_Doors.cfg b/Data/Decoration/Towns/Fairwinds_Doors.cfg
similarity index 75%
rename from Data/Decoration/Towns/IslandTown_Doors.cfg
rename to Data/Decoration/Towns/Fairwinds_Doors.cfg
index 063471b..ca17ec9 100644
--- a/Data/Decoration/Towns/IslandTown_Doors.cfg
+++ b/Data/Decoration/Towns/Fairwinds_Doors.cfg
@@ -50,27 +50,6 @@ LightWoodDoor 1749 (Facing=WestCCW)
StrongWoodDoor 1775 (Facing=NorthCW)
375 1315 5
-DarkWoodDoor 1701 (Facing=WestCW)
-373 1324 25
-
-DarkWoodDoor 1701 (Facing=WestCW)
-366 1324 25
-
-DarkWoodDoor 1711 (Facing=NorthCW)
-362 1322 25
-
-DarkWoodDoor 1711 (Facing=NorthCW)
-362 1318 25
-
-DarkWoodDoor 1701 (Facing=WestCCW)
-363 1314 25
-
-DarkWoodDoor 1703 (Facing=EastCW)
-366 1308 25
-
-DarkWoodDoor 1703 (Facing=EastCW)
-372 1308 25
-
#Jeweler
StrongWoodDoor 1711 (Facing=NorthCW)
393 1320 5
diff --git a/Data/Decoration/Towns/InnExitDoors.cfg b/Data/Decoration/Towns/InnExitDoors.cfg
index 45d0983..5c14a56 100644
--- a/Data/Decoration/Towns/InnExitDoors.cfg
+++ b/Data/Decoration/Towns/InnExitDoors.cfg
@@ -19,3 +19,25 @@ InnExitDoor 1775
InnExitDoor 1775
7159 4003 20
+
+#Fairwinds Inn
+InnExitDoor 1765
+7097 4087 25
+
+InnExitDoor 1765
+7090 4087 25
+
+InnExitDoor 1775
+7086 4085 25
+
+InnExitDoor 1775
+7086 4081 25
+
+InnExitDoor 1765
+7087 4077 25
+
+InnExitDoor 1765
+7090 4071 25
+
+InnExitDoor 1765
+7096 4071 25
diff --git a/Scripts/Regions/HouseRegion.cs b/Scripts/Regions/HouseRegion.cs
index c1db4cb..0d5e588 100644
--- a/Scripts/Regions/HouseRegion.cs
+++ b/Scripts/Regions/HouseRegion.cs
@@ -429,4 +429,4 @@ namespace Server.Regions
}
}
}
-}
\ No newline at end of file
+}