summaryrefslogtreecommitdiff
path: root/lib/Travel/Status
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r--lib/Travel/Status/DE/DBWagenreihung/Group.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/DBWagenreihung/Group.pm b/lib/Travel/Status/DE/DBWagenreihung/Group.pm
index 3f0dc0c..6b5b6f5 100644
--- a/lib/Travel/Status/DE/DBWagenreihung/Group.pm
+++ b/lib/Travel/Status/DE/DBWagenreihung/Group.pm
@@ -320,6 +320,7 @@ my %model_name = (
'640' => [ 'LINT 27', 'BR 640' ],
'642' => [ 'Desiro Classic', 'BR 642' ],
'643' => [ 'TALENT', 'BR 643' ],
+ '644' => [ 'TALENT', 'BR 644' ],
'648' => [ 'LINT 41', 'BR 648' ],
'IC2.TWIN' => ['IC 2 Twindexx'],
'IC2.KISS' => ['IC 2 KISS'],
@@ -447,6 +448,7 @@ sub parse_model {
'640' => 0,
'642' => 0,
'643' => 0,
+ '644' => 0,
'648' => 0,
'IC2.TWIN' => 0,
'IC2.KISS' => 0,
@@ -584,6 +586,9 @@ sub parse_model {
elsif ( $carriage->model == 643 or $carriage->model == 943 ) {
$ml{'643'}++;
}
+ elsif ( $carriage->model == 644 or $carriage->model == 944 ) {
+ $ml{'644'}++;
+ }
elsif ( $carriage->model == 648 ) {
$ml{'648'}++;
}