Added courtyard as fast travel destination in Glen
This commit is contained in:
parent
1cba1adf66
commit
312672f160
|
|
@ -23,6 +23,7 @@ class FastTravel
|
||||||
:forest => tr("forest"),
|
:forest => tr("forest"),
|
||||||
:wall => tr("the gate"),
|
:wall => tr("the gate"),
|
||||||
:dock => tr("dock"),
|
:dock => tr("dock"),
|
||||||
|
:courtyard => tr("courtyard"),
|
||||||
}),
|
}),
|
||||||
:blue => Zone.new(tr("The Barrens"), {
|
:blue => Zone.new(tr("The Barrens"), {
|
||||||
:entrance => tr("entrance"),
|
:entrance => tr("entrance"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue