Skip to content

Commit 1403668

Browse files
committed
Fix the factory training mappings.
1 parent 01a68a2 commit 1403668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sc2reader/data/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@
151151
'TrainReaper': ('Reaper',45),
152152
'TrainGhost': ('Ghost',40),
153153
'TrainMarauder': ('Marauder',30),
154-
'TrainSiegeTank': ('SiegeTank',45),
155-
'TrainThor': ('Thor',60),
156-
'TrainHellion': ('Hellion',30),
154+
'BuildSiegeTank': ('SiegeTank',45),
155+
'BuildThor': ('Thor',60),
156+
'BuildHellion': ('Hellion',30),
157157
'TrainMedivac': ('Medivac',42),
158158
'TrainBanshee': ('Banshee',60),
159159
'TrainRaven': ('Raven',60),

0 commit comments

Comments
 (0)