@@ -36,7 +36,7 @@ public class BoatInfo
36
36
public int AnnouncementToDockInSeconds { get ; set ; }
37
37
public string StartPoint { get ; set ; }
38
38
public string EndPoint { get ; set ; }
39
- public double TripTimeInSeconds { get ; set ; }
39
+ public double TripTimeInSeconds { get ; set ; }
40
40
}
41
41
42
42
public static class ZoneSpawnTimes
@@ -126,7 +126,7 @@ static Zones()
126
126
Boat = EQToolShared . Boats . BloatedBelly ,
127
127
StartPoint = "overthere" ,
128
128
PrettyName = "Overthere arrival" ,
129
- StartAnnoucement = "Rack Stonebelly shouts, 'Rack Stonebelly shouts, 'Da Bloated Belly be leaving da Overdere now!' " ,
129
+ StartAnnoucement = "Rack Stonebelly shouts, 'Rack Stonebelly shouts, 'Da Bloated Belly be leaving da Overdere now" ,
130
130
EndPoint = "timorous" ,
131
131
TripTimeInSeconds = 2025 ,
132
132
AnnouncementToDockInSeconds = 2025 - 50
@@ -158,7 +158,7 @@ static Zones()
158
158
StartPoint = "nro" ,
159
159
PrettyName = "NRo arrival" ,
160
160
StartAnnoucement = "Frankel the Pirate says 'Thar she be mates. All aboard thats goin aboard!'" ,
161
- AnnouncementToDockInSeconds = 0 ,
161
+ AnnouncementToDockInSeconds = 0 ,
162
162
EndPoint = "iceclad" ,
163
163
TripTimeInSeconds = 519
164
164
} ) ;
0 commit comments