Skip to content

Commit e58e161

Browse files
committed
update
1 parent 1cff682 commit e58e161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EQToolShared/Zones.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class BoatInfo
3636
public int AnnouncementToDockInSeconds { get; set; }
3737
public string StartPoint { get; set; }
3838
public string EndPoint { get; set; }
39-
public double TripTimeInSeconds { get; set; }
39+
public double TripTimeInSeconds { get; set; }
4040
}
4141

4242
public static class ZoneSpawnTimes
@@ -126,7 +126,7 @@ static Zones()
126126
Boat = EQToolShared.Boats.BloatedBelly,
127127
StartPoint = "overthere",
128128
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",
130130
EndPoint = "timorous",
131131
TripTimeInSeconds = 2025,
132132
AnnouncementToDockInSeconds = 2025 - 50
@@ -158,7 +158,7 @@ static Zones()
158158
StartPoint = "nro",
159159
PrettyName = "NRo arrival",
160160
StartAnnoucement = "Frankel the Pirate says 'Thar she be mates. All aboard thats goin aboard!'",
161-
AnnouncementToDockInSeconds =0,
161+
AnnouncementToDockInSeconds = 0,
162162
EndPoint = "iceclad",
163163
TripTimeInSeconds = 519
164164
});

0 commit comments

Comments
 (0)