Browse Source

[fixed] wrong display in the train schedule from pavlovsk to St. Petersburg

anjuna krokus 1 month ago
parent
commit
cbb50995b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/transport_functions.qsrc

+ 1 - 1
locations/transport_functions.qsrc

@@ -252,7 +252,7 @@ if $ARGS[0] = 'display_train_schedule':
 				$train_schedule += '<td colspan=5></td>'
 			end
 			$train_schedule += '<td style="border-right:2px solid black; border-left:2px solid black"> </td>'
-			$train_schedule += '<td><<$th[4]>>:22</td><td><<$th[4]>>:37</td><td><<$th[4]>>:47</td><td><<$th[4]>>:57</td><td><<$th[5]>>:02</td></tr>'
+			$train_schedule += '<td><<$th[4]>>:37</td><td><<$th[4]>>:52</td><td><<$th[5]>>:02</td><td><<$th[5]>>:12</td><td><<$th[5]>>:17</td></tr>'
 
 			if th[0] >= 4 or th[3] <= 21:
 				$train_schedule += '<tr>'