Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Kris Versteeg, Claude Giroux, Brandon Dubinsky, Rasmus Ristolainen, Patric Hornqvist
Gardien
#1 : Scott Darling, #2 : Petr Mrazek
Lignes d'Attaque Perso. en Prol.
Claude Giroux, Ondrej Palat, Sean Couturier, Nino Niederreiter, Brandon Dubinsky, Patric Hornqvist, Patric Hornqvist, Tomas Hertl, Kris Versteeg, Jordan Martinook, Jay Beagle
Lignes de Défense Perso. en Prol.
Roman Josi, Shea Weber, Rasmus Ristolainen, Deryk Engelland, Stephen Johns
Astuces sur les Filtres (Anglais seulement)
Priority
Type
Description
1
| or OR
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Capacité de l'Aréna - Tendance du Prix des Billets - %
Niveau 1
Niveau 2
Niveau 3
Niveau 4
Luxe
Capacité de l'Aréna
6503
3423
4278
1711
1198
Prix des Billets
111
62
39
25
210
Assistance
12825
6846
8308
3422
2193
Attendance PCT
98.61%
100.00%
97.10%
100.00%
91.53%
Revenus
Matchs à domicile Restants
Assistance Moyenne - %
Revenus Moyen par Match
Revenus Annuels à ce Jour
Capacité de l'Aréna
Popularité de l'Équipe
39
16797 - 98.15%
2,024,999$
4,049,997$
17113
100
Dépenses
Salaire Total des Joueurs
Salaire Total Moyen des Joueurs
Salaire des Coachs
Valeur du Cap Salarial Spécial
69,300,000$
8,600,000$
0$
0$
Dépenses Annuelles à Ce Jour
Cap Salarial Par Jour
Cap salarial à ce jour
Taxe de Luxe Totale
0$
0$
0$
0$
Éstimation
Revenus de la Saison Éstimés
Jours Restants de la Saison
Dépenses Par Jour
Dépenses de la Saison Éstimées
0$
0
0$
0$
Total de l'Équipe Éstimé
Dépenses de la Saison Éstimées
Cap Salarial de la Saison Éstimé
Compte Bancaire Actuel
Compte Bancaire Projeté
0$
0$
31,955,759$
31,955,759$
Charte de Profondeur
Ailier Gauche
Centre
Ailier Droit
Brandon Dubinsky
AGE:32
PO:0
OV:74
Ondrej Palat
AGE:27
PO:0
OV:72
Nino Niederreiter
AGE:25
PO:0
OV:70
Kris Versteeg
AGE:32
PO:0
OV:68
Tomas Hertl
AGE:24
PO:0
OV:67
*Jordan Martinook
AGE:26
PO:0
OV:66
*Dennis Rasmussen
AGE:27
PO:0
OV:61
Stephen Gionta
AGE:34
PO:0
OV:61
*Dmitrij Jaskin
AGE:25
PO:0
OV:61
*Josh Leivo
AGE:24
PO:0
OV:59
*Brendan Gaunce
AGE:24
PO:0
OV:59
*Daniel Carr
AGE:26
PO:0
OV:58
Bracken Kearns
AGE:37
PO:0
OV:56
*Marcus Sorensen
AGE:26
PO:0
OV:56
Zach Sill
AGE:29
PO:0
OV:56
Nikita Jevpalovs
AGE:23
PO:0
OV:55
Cole Schneider
AGE:27
PO:0
OV:54
*Michael Zalewski
AGE:25
PO:0
OV:53
Henrik Samuelsson
AGE:24
PO:0
OV:50
Brandon Dubinsky
AGE:32
PO:0
OV:74
Claude Giroux
AGE:30
PO:0
OV:73
Sean Couturier
AGE:25
PO:0
OV:70
Jay Beagle
AGE:32
PO:0
OV:68
Tomas Hertl
AGE:24
PO:0
OV:67
*Jordan Martinook
AGE:26
PO:0
OV:66
William Karlsson
AGE:25
PO:0
OV:65
*Dennis Rasmussen
AGE:27
PO:0
OV:61
Stephen Gionta
AGE:34
PO:0
OV:61
*Brendan Gaunce
AGE:24
PO:0
OV:59
John McCarthy
AGE:31
PO:0
OV:59
*Jonny Brodzinski
AGE:24
PO:0
OV:58
Bracken Kearns
AGE:37
PO:0
OV:56
Chase De Leo
AGE:22
PO:0
OV:56
Zach Sill
AGE:29
PO:0
OV:56
*Matthew Peca
AGE:25
PO:0
OV:55
*Theodor Blueger
AGE:23
PO:0
OV:51
Henrik Samuelsson
AGE:24
PO:0
OV:50
Ryan Rupert
AGE:23
PO:0
OV:48
Claude Giroux
AGE:30
PO:0
OV:73
Patric Hornqvist
AGE:31
PO:0
OV:71
Nino Niederreiter
AGE:25
PO:0
OV:70
Kris Versteeg
AGE:32
PO:0
OV:68
Jay Beagle
AGE:32
PO:0
OV:68
*Jordan Martinook
AGE:26
PO:0
OV:66
Stephen Gionta
AGE:34
PO:0
OV:61
*Dmitrij Jaskin
AGE:25
PO:0
OV:61
*Josh Leivo
AGE:24
PO:0
OV:59
John McCarthy
AGE:31
PO:0
OV:59
*Daniel Carr
AGE:26
PO:0
OV:58
Bracken Kearns
AGE:37
PO:0
OV:56
Nikita Jevpalovs
AGE:23
PO:0
OV:55
*J.C. Lipon
AGE:24
PO:0
OV:55
Cole Schneider
AGE:27
PO:0
OV:54
Henrik Samuelsson
AGE:24
PO:0
OV:50
Défense #1
Défense #2
Gardien
Shea Weber
AGE:32
PO:0
OV:80
Rasmus Ristolainen
AGE:23
PO:0
OV:76
Roman Josi
AGE:27
PO:0
OV:76
Deryk Engelland
AGE:36
PO:0
OV:71
Stephen Johns
AGE:26
PO:0
OV:67
Eric Gryba
AGE:30
PO:0
OV:67
Tom Gilbert
AGE:35
PO:0
OV:65
Matt Greene
AGE:35
PO:0
OV:65
Clayton Stoner
AGE:33
PO:0
OV:65
*Jake Dotchin
AGE:24
PO:0
OV:65
*Paul LaDue
AGE:25
PO:0
OV:62
*Oscar Fantenberg
AGE:26
PO:0
OV:61
Brian Lashoff
AGE:27
PO:0
OV:57
Chris Summers
AGE:30
PO:0
OV:57
Philip Samuelsson
AGE:26
PO:0
OV:54
Mat Clark
AGE:27
PO:0
OV:54
Dakota Mermis
AGE:24
PO:0
OV:53
Viktor Loov
AGE:25
PO:0
OV:51
*Scott Darling
AGE:29
PO:0
OV:79
Petr Mrazek
AGE:26
PO:0
OV:76
Anton Khudobin
AGE:32
PO:0
OV:72
Laurent Brossoit
AGE:24
PO:0
OV:71
Garret Sparks
AGE:24
PO:0
OV:64
*Samuel Montembeault
AGE:21
PO:0
OV:63
Éspoirs
Astuces sur les Filtres (Anglais seulement)
Priority
Type
Description
1
| or OR
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Éspoir
Nom de l'Équipe
Année de Repêchage
Choix Total
Information
Lien
Aarne Talvitte
Predators
2017
146
Aaron Haydon
Predators
2014
223
Adam Ollas Mattsson
Predators
2014
178
Ahti Oksanen
Predators
2014
205
Alex DOrio
Predators
2017
204
Alexei Lipanov
Predators
2017
69
Artem Sergeev
Predators
Axel Jonsson-Fjallby
Predators
2016
156
Benjamin Gleason
Predators
2016
208
Blaine Byron
Predators
2014
147
Cameron Hughes
Predators
2017
217
Connor Bunnaman
Predators
2016
187
Drake Rymsha
Predators
2016
201
Eetu Laurikainen
Predators
2013
209
Erik Brannstrom
Predators
2017
17
Ethan Bear
Predators
2015
104
Evan Smith
Predators
2015
186
Francois Brassard
Predators
2012
186
Gustav Bouramman
Predators
2015
123
Jack Sadek
Predators
2015
177
Jacob Bryson
Predators
2017
244
Jake Kupsky
Predators
2015
225
Jalen Smereck
Predators
2016
209
Jamie Phillips
Predators
2015
145
Janne Juvonen
Predators
2013
166
Jaret Anderson-Dolan
Predators
2017
34
Jason Fram
Predators
2015
226
Jaynen Rissling
Predators
2012
182
Joachim Blichfeld
Predators
2016
149
Jonathan Kovacevic
Predators
2017
77
Joseph Raaymakers
Predators
2016
235
Kevin Boyle
Predators
2016
237
Lars Volden
Predators
2011
180
Linus Soderstrom
Predators
2014
82
Marcel Noebels
Predators
Martin Gernat
Predators
Martin Lefebvre
Predators
2012
230
Matia Marcantuoni
Predators
Matthew Hellickson
Predators
2016
186
Merrick Madsen
Predators
2016
202
Michael Brodzinski
Predators
2013
192
Michael Garteig
Predators
2016
238
Michael Prapavessis
Predators
2014
118
Mike Floodstrand
Predators
2015
224
Mitchell Vande Sompel
Predators
2015
52
Myles Bell
Predators
2013
120
Nicholas Magyar
Predators
2014
86
Nick Schneider
Predators
2016
193
Nikita Korostelev
Predators
2015
66
Nikolai Chebykin
Predators
2016
188
Nikolaj Krag Christensen
Predators
2016
215
Olle Eriksson-Ek
Predators
2017
115
Parker Wotherspoon
Predators
2015
81
Pavel Koltygin
Predators
2017
194
Rasmus Asplund
Predators
2016
27
Rasmus Rinne
Predators
2014
224
Reilly Walsh
Predators
2017
83
Richard Nedomlel
Predators
2011
152
Sami Aittokallio
Predators
Sami Niku
Predators
2015
151
Sean Day
Predators
2016
52
Sean Durzi
Predators
2017
249
Seth Ambroz
Predators
2011
100
Simon Fernholm
Predators
2012
217
Teemu Eronen
Predators
2011
186
Tyler Benson
Predators
2016
35
Tyler Wong
Predators
2017
103
Urho Vaakanainen
Predators
2017
25
Warren Foegele
Predators
2014
57
Choix au Repêchage
Année
R1
R2
R3
R4
R5
R6
R7
2018
NSH
BUF NSH
NSH
ARI NSH
COL
2019
NSH
NSH
NSH
NSH
NSH
WSH NSH
NSH
2020
NSH
NSH
NSH
NSH
NSH
NSH
NSH
2021
NSH
NSH
NSH
NSH
NSH
NSH
NSH
2022
NSH
NSH
NSH
NSH
NSH
NSH
NSH
[18.04.2018 20:55:45] - Admirals was eliminated at round 2 of year 2017. [02.04.2018 20:53:11] - Predators was eliminated at round 1 of year 2017. [30.03.2018 21:53:06] - Tom Gilbert has been selected as captain for Admirals. [30.03.2018 21:53:06] - Unknown Player is no longer captain for Admirals. [04.03.2018 7:19:05] - Oscar Fantenberg was added to Predators. [04.03.2018 7:17:03] - missed pick has been deleted from Predators. [03.03.2018 20:55:23] - Clayton Stoner has been selected as assistant for Admirals. [03.03.2018 20:55:23] - Unknown Player is no longer as assistant for Admirals. [24.02.2018 20:07:00] - TRADE : From Predators to Capitals : Iakov Trenin (P). [24.02.2018 20:07:00] - TRADE : From Capitals to Predators : Y:2019-RND:6-WSH. [11.02.2018 20:42:05] - TRADE : From Predators to Maple Leafs : Y:2018-RND:3-TOR. [11.02.2018 20:42:05] - TRADE : From Maple Leafs to Predators : Anton Khudobin (72). [11.02.2018 20:42:03] - Anton Khudobin was added to Predators. [29.01.2018 20:38:58] - Clayton Stoner has been selected as assistant for Admirals. [29.01.2018 20:38:58] - Unknown Player is no longer as assistant for Admirals. [27.01.2018 21:43:35] - TRADE : From Predators to Jets : Alexey Marchenko (65), Y:2018-RND:7-NSH. [27.01.2018 21:43:35] - TRADE : From Jets to Predators : Eric Gryba (67). [27.01.2018 21:43:34] - Eric Gryba was added to Predators. [18.10.2017 20:59:15] - Clayton Stoner has been selected as assistant for Admirals. [18.10.2017 20:59:15] - Unknown Player is no longer as assistant for Admirals. [17.10.2017 5:53:35] - Sean Durzi has been added to Predators. [17.10.2017 5:53:20] - Jacob Bryson has been added to Predators. [17.10.2017 5:52:58] - Cameron Hughes has been added to Predators. [14.10.2017 20:33:50] - Clayton Stoner has been selected as assistant for Admirals. [14.10.2017 20:33:50] - Unknown Player is no longer as assistant for Admirals. [10.10.2017 20:54:10] - Clayton Stoner has been selected as assistant for Admirals. [10.10.2017 20:54:10] - John McCarthy is no longer as assistant for Admirals. [10.10.2017 20:54:10] - Stephen Gionta has been selected as assistant for Admirals. [10.10.2017 20:54:10] - Unknown Player is no longer as assistant for Admirals. [10.10.2017 20:54:10] - Tom Gilbert has been selected as captain for Admirals. [10.10.2017 20:54:10] - Unknown Player is no longer captain for Admirals. [10.10.2017 20:54:10] - Roman Josi has been selected as assistant for Predators. [10.10.2017 20:54:10] - Unknown Player is no longer as assistant for Predators. [10.10.2017 20:54:10] - Shea Weber has been selected as assistant for Predators. [10.10.2017 20:54:10] - Claude Giroux is no longer as assistant for Predators. [10.10.2017 20:54:10] - Claude Giroux has been selected as captain for Predators. [10.10.2017 20:54:10] - Shea Weber is no longer captain for Predators.
[16.05.2018 20:45:09] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [11.05.2018 20:49:42] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [10.05.2018 23:05:01] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [08.05.2018 20:59:11] Daniel Carr from Admirals is back from Broken Bone (Left Foot) Injury. [26.04.2018 20:35:10] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [24.04.2018 20:34:47] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [23.04.2018 20:40:33] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [18.04.2018 21:12:47] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [18.04.2018 20:55:45] Game 78 - Daniel Carr from Admirals is injured (Broken Bone (Left Foot)) and is out for 1 month. [18.04.2018 20:55:41] Auto Lines Partial Function has been run for Admirals.
[18.04.2018 20:55:41] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[18.04.2018 20:55:35] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [16.04.2018 21:01:35] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [16.04.2018 20:47:54] Auto Lines Partial Function has been run for Admirals.
[16.04.2018 20:47:54] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[16.04.2018 20:47:47] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [13.04.2018 21:14:20] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [13.04.2018 21:02:50] Auto Lines Partial Function has been run for Admirals.
[13.04.2018 21:02:50] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[13.04.2018 21:02:46] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [12.04.2018 21:16:02] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [12.04.2018 20:31:04] Auto Lines Partial Function has been run for Admirals.
[12.04.2018 20:31:03] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[12.04.2018 20:31:01] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [10.04.2018 20:46:33] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [10.04.2018 20:34:59] Auto Lines Partial Function has been run for Admirals.
[10.04.2018 20:34:59] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[10.04.2018 20:34:54] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [09.04.2018 21:04:53] Auto Lines Partial Function has been run for Admirals.
[09.04.2018 21:04:53] Admirals (Predators) lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 LW is empty.
PK line 1 Defense #1 is empty.
PK3 line 1 Defense #1 is empty.
PP line 2 Defense #2 is empty.
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line Defense is empty.
Extra Defense #1 is empty.
OT Defense #4 is empty.
[06.04.2018 21:17:43] Dmitrij Jaskin from Admirals is back from Bruised Left Shoulder Injury. [06.04.2018 21:17:32] Deryk Engelland from Predators is back from Sprained Right Finger Injury. [06.04.2018 20:32:49] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [04.04.2018 20:45:03] William Karlsson from Predators is back from Strained Left Elbow Injury. [04.04.2018 20:44:46] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [04.04.2018 20:30:48] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [02.04.2018 20:58:21] Successfully loaded Predators lines done with STHS Client - 3.1.2.2
[02.04.2018 20:58:20] Tom Gilbert of Predators was sent to pro.
[02.04.2018 20:53:11] Tom Gilbert of Predators was sent to farm. [02.04.2018 20:53:10] Game 35 - Deryk Engelland from Predators is injured (Sprained Right Finger) and is out for 1 week. [02.04.2018 20:53:03] Successfully loaded Predators lines done with STHS Client - 3.1.2.2 [30.03.2018 22:06:51] Auto Lines Partial Function has been run for Predators. [30.03.2018 22:06:51] Auto Roster Partial Function has been run for Predators.
[30.03.2018 22:06:51] Tom Gilbert of Predators was sent to pro.
[30.03.2018 22:06:51] Predators roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.