Skip to content

Commit 239efc9

Browse files
authored
Merge pull request Blizzard#248 from tewalds/patch-1
The names for the two hatchery rally abilities are reversed.
2 parents 95efd2c + 0c0ff19 commit 239efc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/sc2api/sc2_typeenums.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ namespace sc2 {
535535
PATROL = 17, // Target: Unit, Point.
536536
RALLY_BUILDING = 195, // Target: Unit, Point.
537537
RALLY_COMMANDCENTER = 203, // Target: Unit, Point.
538-
RALLY_HATCHERY_UNITS = 212, // Target: Unit, Point.
539-
RALLY_HATCHERY_WORKERS = 211, // Target: Unit, Point.
538+
RALLY_HATCHERY_UNITS = 211, // Target: Unit, Point.
539+
RALLY_HATCHERY_WORKERS = 212, // Target: Unit, Point.
540540
RALLY_MORPHING_UNIT = 199, // Target: Unit, Point.
541541
RALLY_NEXUS = 207, // Target: Unit, Point.
542542
RALLY_UNITS = 3673, // Target: Unit, Point.

0 commit comments

Comments
 (0)