diff --git a/Tactical/Items.cpp b/Tactical/Items.cpp index 8b5b8d72e..9833eab70 100644 --- a/Tactical/Items.cpp +++ b/Tactical/Items.cpp @@ -5969,6 +5969,9 @@ BOOLEAN PlaceObjectInSoldierProfile( UINT8 ubProfile, OBJECTTYPE *pObject ) if ((*pObject)[0]->attachments.empty() == true) { break; } + else{ + iter = (*pObject)[0]->attachments.begin(); + } } }