Skip to content

Commit bdb1cb3

Browse files
committed
Fix naming
1 parent 07d79ae commit bdb1cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EQToolShared/Zones.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static Zones()
136136
{
137137
Boat = EQToolShared.Boats.MaidensVoyage,
138138
StartPoint = "butcher",
139-
PrettyName = "BB to FV arrival",
139+
PrettyName = "BB to FV Transfer arrival",
140140
StartAnnoucement = "Glisse Bluesea shouts 'The Maiden's Voyage is now ready to be boarded. Please form an orderly line to the shuttles, and remember, no pushing!",
141141
EndPoint = "firiona",
142142
TripTimeInSeconds = 1230,
@@ -146,7 +146,7 @@ static Zones()
146146
{
147147
Boat = EQToolShared.Boats.MaidensVoyage,
148148
StartPoint = "firiona",
149-
PrettyName = "FV to BB arrival",
149+
PrettyName = "FV Transfer to BB arrival",
150150
StartAnnoucement = "Glisse Bluesea shouts 'The Maiden's Voyage has departed the outpost at Firiona Vie. Please be ready to board the shuttles shortly, if you desire to make the journey to Kunark.",
151151
EndPoint = "butcher",
152152
TripTimeInSeconds = 1230,

0 commit comments

Comments
 (0)