File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -923,10 +923,10 @@ function getDefaultTree() {
923
923
docklane . rows . imperial_1 . push ( uniqueunit ( ELITE_LONGBOAT ) ) ;
924
924
docklane . rows . imperial_1 . push ( uniqueunit ( ELITE_CARAVEL ) ) ;
925
925
docklane . rows . imperial_1 . push ( tech ( DRY_DOCK ) ) ;
926
- docklane . rows . imperial_1 . push ( tech ( SHIPWRIGHT ) ) ;
927
926
docklane . rows . imperial_2 . push ( unit ( DROMON ) ) ;
928
927
docklane . rows . imperial_2 . push ( uniqueunit ( LOU_CHUAN ) ) ;
929
928
docklane . rows . imperial_2 . push ( uniqueunit ( THIRISADAI ) ) ;
929
+ docklane . rows . imperial_2 . push ( tech ( SHIPWRIGHT ) ) ;
930
930
docklane . rows . imperial_2 . push ( unit ( ELITE_CANNON_GALLEON ) ) ;
931
931
tree . lanes . push ( docklane ) ;
932
932
@@ -1203,7 +1203,6 @@ function getConnections() {
1203
1203
[ u ( WAR_GALLEY ) , u ( GALLEON ) ] ,
1204
1204
[ b ( DOCK ) , t ( CAREENING ) ] ,
1205
1205
[ t ( CAREENING ) , t ( DRY_DOCK ) ] ,
1206
- [ b ( DOCK ) , t ( SHIPWRIGHT ) ] ,
1207
1206
[ b ( DOCK ) , b ( FISH_TRAP ) ] ,
1208
1207
[ u ( FIRE_GALLEY ) , u ( FIRE_SHIP ) ] ,
1209
1208
[ u ( FIRE_SHIP ) , u ( FAST_FIRE_SHIP ) ] ,
You can’t perform that action at this time.
0 commit comments