diff --git a/sc2/src/sc2code/shipyard.c b/sc2/src/sc2code/shipyard.c index 5e66ac808..2a496324f 100644 --- a/sc2/src/sc2code/shipyard.c +++ b/sc2/src/sc2code/shipyard.c @@ -144,7 +144,7 @@ SpinStarShip (HSTARSHIP hStarShip) UnlockStarShip (&master_q, hShip); } - UnlockStarShip (&master_q, hStarShip); + UnlockStarShip (&GLOBAL (built_ship_q), hStarShip); if (Index < NUM_MELEE_SHIPS) {